We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@as
I'm adding this YAML pack to eo-parser/src/test/resources/org/eolang/typos and the test doesn't pass:
eo-parser/src/test/resources/org/eolang/typos
line: 4 input: | # No comments [] > foo bar 42:-1
Here, -1 is definitely a wrong value of the @as attribute. I believe, parser must fail in this case. Also, it must fail with +1.
-1
+1
The text was updated successfully, but these errors were encountered:
fix(objectionary#3629): fixed broken @as binding
cd7587e
fix(objectionary#3629): listener errors
38b29a7
fix(objectionary#3629): grammar
dfab3a6
Merge pull request #3633 from maxonfjvipon/fix/#3629/broken-as-binding
6aa9ba2
fix(#3629): fixed broken `@as` binding
maxonfjvipon
Successfully merging a pull request may close this issue.
I'm adding this YAML pack to
eo-parser/src/test/resources/org/eolang/typos
and the test doesn't pass:Here,
-1
is definitely a wrong value of the@as
attribute. I believe, parser must fail in this case. Also, it must fail with+1
.The text was updated successfully, but these errors were encountered: