Improve error message for unbalanced brace. (#534)
Currently, an open brace without a corresponding brace will emit this confusing error message: > Expected "!", "$", "&", "(", "*", "+", ".", "/", "/*", "//", ";", "?", character class, code block, comment, end of line, identifier, literal, or whitespace but "{" found. This change adds an error case to the grammar to make it clear what the problem is.master
parent
369b8cdcc6
commit
cb3c5f4473
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue