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
valid = { NUMBER ("123") } # ^ Expected token: "}"
I suppose that this time I’ve found a compliant example that is rejected by the parser.
N.B.: a = { b .c } is correctly rejected now, but I couldn’t find a syntax test checking for that. I think it would be nice if there was one.
a = { b .c }
The text was updated successfully, but these errors were encountered:
Thanks again, this was fixed in #422.
Sorry, something went wrong.
No branches or pull requests
I suppose that this time I’ve found a compliant example that is rejected by the parser.
N.B.:
a = { b .c }
is correctly rejected now, but I couldn’t find a syntax test checking for that. I think it would be nice if there was one.The text was updated successfully, but these errors were encountered: