-
Notifications
You must be signed in to change notification settings - Fork 11
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
Erroneous syntax definition causes KeyNotFoundException #51
Comments
Can not reproduce. |
I've originally been running this in the old visualizer, which didn't give me more information than the exception message. With the new visualizer I got the stacktrace from below. Also I got proper syntax highlighting and error messages Based on that info it looks like the issue title isn't quiet correct. It's definitely not the parsing phase. Pasting the code into the new visualizer should be sufficient to produce a message box continaing the exception text and stacktrace. However, my local repo currently isn't up to date with
|
The following syntax definition produces a
KeyNotFoundException
during parsing:The expected behaviour would be to get some parse errors instead.
The text was updated successfully, but these errors were encountered: