-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Conflicting state of the UI in the editor #54
Comments
Thanks for reporting. Can you boil this down to a simple case that I can reproduce? Or at least give me the full grammar and example that you are using? Also, please open the dev tools and see if there are any errors in the JavaScript console. |
Ok I shaved it down to this:
Test case I am using: When I remove There are no errors in the console. |
It seems, that the parser really did not succeeded to match the input. However the visualizer is showing a parse tree that I would consider a match. Weird is that the test runner does not show the error message from the parser, which can be seen here... Is there something wrong with the language definition? Or Ohm? Or the editor? |
It seems that the visualizer and the test case list do not agree on whether parsing succeded or not. The parse tree is valid but the test case is color-coded with red.
The text was updated successfully, but these errors were encountered: