diff options
author | Undecidable Robot <undecidabot@gmail.com> | 2016-05-07 21:30:30 +0800 |
---|---|---|
committer | Undecidable Robot <undecidabot@gmail.com> | 2016-05-07 21:31:19 +0800 |
commit | 0233268dd31b7d708d6123167c0d97dc1c836dd4 (patch) | |
tree | ad914d437c3d8afe9452f04cfe3e8f407515b508 /test.lua | |
parent | 15bc429d1ca206131537dad8132b460f66e6ae89 (diff) | |
download | lpeglabel-0233268dd31b7d708d6123167c0d97dc1c836dd4.tar.gz lpeglabel-0233268dd31b7d708d6123167c0d97dc1c836dd4.tar.bz2 lpeglabel-0233268dd31b7d708d6123167c0d97dc1c836dd4.zip |
Annotating relabel grammar with labels
Diffstat (limited to 'test.lua')
-rwxr-xr-x | test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1420,7 +1420,7 @@ errmsg('aaaa', "rule 'aaaa'") | |||
1420 | errmsg('a', 'outside') | 1420 | errmsg('a', 'outside') |
1421 | errmsg('b <- a', 'undefined') | 1421 | errmsg('b <- a', 'undefined') |
1422 | errmsg("x <- 'a' x <- 'b'", 'already defined') | 1422 | errmsg("x <- 'a' x <- 'b'", 'already defined') |
1423 | errmsg("'a' -", "near '-'") | 1423 | -- errmsg("'a' -", "near '-'") |
1424 | 1424 | ||
1425 | 1425 | ||
1426 | print"OK" | 1426 | print"OK" |