-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax errors in EvalString sometimes not displayed correctly #5242
Comments
The funny character is ASCII 255 and this comes from reading till EOF. We've had similar buglets in the past. Not sure if it's worth the effort to fix it properly, though? What's the usecase? |
I'm using |
Note that you can avoid the issue (at least in the cases I am aware of) by ensuring your string always ends with a newline:
|
A newline in the input string is not always sufficient:
But indeed a newline helps when adding it after the semicolon added by
I will create a PR. |
Observed behaviour
Expected behaviour
Sometimes the error is displayed as expected:
but I could not find a pattern.
Copy and paste GAP banner (to tell us about your setup)
The text was updated successfully, but these errors were encountered: