Wrong failure position? #957
Unanswered
kusnezoff-alexander
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an example which doesn't work as I would expect it to work.
Here are the details:
Demo
Defined Grammar-Rules:
Defined Unittest:
Expected Behavior
Test passes-Parser reads until here:
notices that
"
!='
which is currently on stack -> the error should be atposition=13
following the ruleRule::VersionInfo
Actual Behavior
And if i change
positives
tovec![Rule::S]
then:I don't see why, I hope someone of you guys can spot the mistake 😃
Beta Was this translation helpful? Give feedback.
All reactions