fix parsing to deal with ) in URLs. #859
Labels
category: links
L1 - broken
Valid usage causes incorrect output OR a crash AND there is no known workaround for the issue
A URL like
http://www.wolframalpha.com/input/?i=antiderivative+for+sqrt((2*(1-t)*t*B+%2B+t%5E2*C)%27%5E2+%2B+(2*(1-t)*t*E)%27%5E2)&incParTime=true
is perfectly fine, but will causemarked
to treat it ashttp://www.wolframalpha.com/input/?i=antiderivative+for+sqrt((2*(1-t
because of the closing parentheses.That's probably worth fixing.
The text was updated successfully, but these errors were encountered: