Not sure why parser use in test is failing with unexpected end of input #237
Unanswered
DamianReeves
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Also note, I am trying to incorporate the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Recommendation is to use the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This one has been baffling me.
I am implementing this grammar:
And my implementation of
BLANK_NODE_LABEL
seems to not be working correctly because my test is failing saying it is reaching the unexpected end of input (I have the entire scenario as a scastie, linked below).For the following test:
I get a failure like this:
You can run the full scenario here: https://scastie.scala-lang.org/DamianReeves/oKZexRVKQASxOjdcXl8pLA/28
Beta Was this translation helpful? Give feedback.
All reactions