We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 }