Skip to content
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 parse not displayed #448

Open
amnonma opened this issue Jun 2, 2023 · 1 comment
Open

Erroneous parse not displayed #448

amnonma opened this issue Jun 2, 2023 · 1 comment
Labels
bug Something isn't working priority high Highest priority to address

Comments

@amnonma
Copy link
Contributor

amnonma commented Jun 2, 2023

@dehilsterlexis
This code generates errors an error file, but does NOT show up in the GUI. (input like 13-1 at end of text)

@pre
<1,1> length(2);
<3,3> length(1);
@post
++S("truncated");
S("num1") = num(nodetreetext(N(1)));
S("num2_truncated") = num(nodetreetext(N(2))); ### ERROR!!! Should be N(3)
singler(1,3);
@rules
_numDash <-
_xNUM
_xWILD [one match=( \/ \- )]
_xNUM
_xEND
@@

@amnonma amnonma added bug Something isn't working priority high Highest priority to address labels Jun 2, 2023
@dehilsterlexis
Copy link
Contributor

dehilsterlexis commented Jun 3, 2023

@amnonma I'm not being able to reproduce this. I can't find an error in any of the files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority high Highest priority to address
Projects
None yet
Development

No branches or pull requests

2 participants