pegjs/test/spec/api
Mingun 4cc9185a78 Improve error when reserved word used as label (#552)
Before this commit error looks like (for input `start = break:'a'`)

> Expected "!", "$", "&", "(", "*", "+", ".", "/", "/*", "//", ";", "?", character class, code block, comment, end of line, identifier, literal, or whitespace but ":" found.

After this error looks like

> Label can't be a reserved word "break".
2018-01-07 14:51:06 +00:00
..
generated-parser-api.spec.js Ensure usage of 'lib/peg.d.ts' 2017-12-28 01:48:01 +00:00
pegjs-api.spec.js Improve error when reserved word used as label (#552) 2018-01-07 14:51:06 +00:00
plugin-api.spec.js Ensure usage of 'lib/peg.d.ts' 2017-12-28 01:48:01 +00:00