lang: Replace numbered errors with named ones

This makes the tests easier to read and modify without having out of
order numbers. When writing the tests, you'll remember more easily which
section you're erroring in too!
This commit is contained in:
James Shubin
2021-05-07 23:30:48 -04:00
parent 37be9fda9f
commit 63f63955e7
6 changed files with 39 additions and 39 deletions

View File

@@ -1 +1 @@
# err: err1: parser: `syntax error: unexpected $end, expecting EQUALS` @1:6
# err: errLexParse: parser: `syntax error: unexpected $end, expecting EQUALS` @1:6