if you embed a jsurl object result in a url as the last component, you get something like http://example.com/foo?q=~(a~'test), and if you paste that somewhere, there's a good chance that the url up but not including the final ) is recognized.
One option is adding a final ~, that fixes it?
if you embed a jsurl object result in a url as the last component, you get something like
http://example.com/foo?q=~(a~'test), and if you paste that somewhere, there's a good chance that the url up but not including the final)is recognized.One option is adding a final
~, that fixes it?