possible issue with spaces between assigners. #7
lelandstarr
started this conversation in
General
Replies: 1 comment 2 replies
-
|
I took this from an example early in the wiki. looks like the example was misleading, as the solution was later identified. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe I am missing something, but I ran into this when running a simple unit test.
test that
x=y a=b
should I believe result as two assigners one that assigns the value of y to the field x and another that assigns the value of b to field a.
however the PEG captures "y a" as an attribute and then trips up on the following = sign.
a tab or double space fixes this.
Beta Was this translation helpful? Give feedback.
All reactions