-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix char parsing #283
fix char parsing #283
Conversation
Hm, this seems to not work on Julia 1.0? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a lot of whitespace changes in here as well? No problem, but maybe there is a setting that would avoid that?
Yes, but I like my files better without trailing whitespace ;) |
Turns out our string parsing was broken in the presence of invalid escape sequences in strings, so this PR fixes that as well. |
Fixes julia-vscode/julia-vscode#2186.
For every PR, please check the following: