aboutsummaryrefslogtreecommitdiff
path: root/testerrors.lua
diff options
context:
space:
mode:
authorUndecidable Robot <undecidabot@gmail.com>2016-05-30 22:54:08 +0800
committerUndecidable Robot <undecidabot@gmail.com>2016-05-30 22:54:08 +0800
commit986072fa5423fc8562caabf6b6afcf4172e45aa4 (patch)
treea71473c14d5ffde118a4fceef2054030cc912cc4 /testerrors.lua
parent9048db5c265e170b781c2e7c9bb78f91ed2537e3 (diff)
downloadlpeglabel-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.lua5
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
590testerror([[ 590testerror([[
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
615print 'OK' 615print 'OK'
616 \ No newline at end of file