-
-
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
fix #15590 #15592
fix #15590 #15592
Conversation
@vtjnash This is only used when printing syntax deprecation warnings. Do we have any tests for those? |
@JeffBezanson @vtjnash This kind of syntax now throws an error
Is this PR meant to have changed the text in the warning or actually throw an error? |
At the time of this PR it was a warning, a few months later it was made an error. If there are now tests for the printing of the syntax error, then we can remove the needs-tests label. |
Alright, will send a PR with tests to check for the error. |
Check |
I cannot find a test for this there, so I'll write one up. |
parse("[1] [2]") should throw a ParseError
parse("[1] [2]") should throw a ParseError
No description provided.