Open
Description
Hello,
Whenever I copy multiple lines from my IDE into the jqplay services url, I would get this error
unexpected INVALID_CHARACTERm expecting $end
I did a bit of debugging locally and discovered that when I copy from my clipboard on Windows 10 into a Microsoft Edge browser (version 105.0.1343.50) that the line endings are ascii characters 10 + 13, as opposed to just 13.
If I remove the line endings and then recreate them inside the Filter form, everything is fine
This doesn't happen when I do the same thing in Firefox so seems to be OS/browser specific.
I did try stripping the CRLF line endings in the GO source code but don't know enough about the GO language to know exactly where this snippet needs to be put.
Metadata
Metadata
Assignees
Labels
No labels