Skip to content

Whitespace before a paren in CallArguments #419

New issue

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

Closed
SirNickolas opened this issue Aug 7, 2019 · 1 comment
Closed

Whitespace before a paren in CallArguments #419

SirNickolas opened this issue Aug 7, 2019 · 1 comment

Comments

@SirNickolas
Copy link

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.

@Pike
Copy link
Contributor

Pike commented Aug 10, 2019

Thanks again, this was fixed in #422.

@Pike Pike closed this as completed Aug 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants