-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
better error for help on invalid characters #30506
Comments
Not specific to help mode; we have this marked as an invalid character probably because it is so similar to backslash. It would be possible to parse it as an operator though. |
So, should we add it to the |
?\setminus <tab>
raise an error "Invalid @var syntax"\setminus
?
Seems like help mode could be more helpful here and say that the character is disallowed independent of whether we end up allowing it. |
I would vote in favor of not allowing it, as it is too similar to A help message rather than an exception for non-parseable strings sounds good. |
\setminus
?
Set Difference:
\setminus
, it should equal tosetdiff()
error can be reproducted on: v0.64/v0.7/v1.0/v1.02/v1.0.3
The text was updated successfully, but these errors were encountered: