diff options
author | Undecidable Robot <undecidabot@gmail.com> | 2016-05-30 22:54:08 +0800 |
---|---|---|
committer | Undecidable Robot <undecidabot@gmail.com> | 2016-05-30 22:54:08 +0800 |
commit | 986072fa5423fc8562caabf6b6afcf4172e45aa4 (patch) | |
tree | a71473c14d5ffde118a4fceef2054030cc912cc4 /testerrors.lua | |
parent | 9048db5c265e170b781c2e7c9bb78f91ed2537e3 (diff) | |
download | lpeglabel-986072fa5423fc8562caabf6b6afcf4172e45aa4.tar.gz lpeglabel-986072fa5423fc8562caabf6b6afcf4172e45aa4.tar.bz2 lpeglabel-986072fa5423fc8562caabf6b6afcf4172e45aa4.zip |
Splitting lines properly (when empty lines exist)
Diffstat (limited to 'testerrors.lua')
-rw-r--r-- | testerrors.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testerrors.lua b/testerrors.lua index d37cc0a..9c10aa6 100644 --- a/testerrors.lua +++ b/testerrors.lua | |||
@@ -589,7 +589,7 @@ L2:C9: unexpected characters after the pattern | |||
589 | 589 | ||
590 | testerror([[ | 590 | testerror([[ |
591 | A <- 'A' /{'lab'} B / ! | 591 | A <- 'A' /{'lab'} B / ! |
592 | 592 | ||
593 | B <- %{1, 2 3} 'b' / '6' & / 'B' | 593 | B <- %{1, 2 3} 'b' / '6' & / 'B' |
594 | 594 | ||
595 | C <- A^B | 595 | C <- A^B |
@@ -611,6 +611,5 @@ L5:C10: expected a number after '^', '+' or '-' (no space) | |||
611 | ^ | 611 | ^ |
612 | ]]) | 612 | ]]) |
613 | 613 | ||
614 | 614 | ||
615 | print 'OK' | 615 | print 'OK' |
616 | \ No newline at end of file | ||