aboutsummaryrefslogtreecommitdiff
path: root/testerrors.lua
diff options
context:
space:
mode:
authorUndecidable Robot <undecidabot@gmail.com>2016-05-24 12:34:08 +0800
committerUndecidable Robot <undecidabot@gmail.com>2016-05-24 12:34:08 +0800
commit389609e4299c0ca2295d55ac1c8622d14d31935c (patch)
treeb81bbd89af25999847cd1c182503cda5d2d40fe6 /testerrors.lua
parentd891c969fca34d1b5ea3a41835d73ec7d067d6eb (diff)
downloadlpeglabel-389609e4299c0ca2295d55ac1c8622d14d31935c.tar.gz
lpeglabel-389609e4299c0ca2295d55ac1c8622d14d31935c.tar.bz2
lpeglabel-389609e4299c0ca2295d55ac1c8622d14d31935c.zip
Enabling the recovery from all labels
Diffstat (limited to 'testerrors.lua')
-rw-r--r--testerrors.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/testerrors.lua b/testerrors.lua
index c118e00..fbf5cc9 100644
--- a/testerrors.lua
+++ b/testerrors.lua
@@ -135,7 +135,7 @@ local patterns = {
135 S <- [a-z / T 135 S <- [a-z / T
136 T <- 'x' / & / 'y' 136 T <- 'x' / & / 'y'
137 ]], 137 ]],
138 -- 86 - 87 138 -- 86 - 88
139 [[ 139 [[
140 S <- ('p' -- comment 140 S <- ('p' -- comment
141 ]], 141 ]],
@@ -145,6 +145,10 @@ local patterns = {
145 Q <- 'q' 145 Q <- 'q'
146 R <- 'r' 146 R <- 'r'
147 S <- 's' 147 S <- 's'
148 ]],
149 [[
150 A <- 'A' /{'lab'} B / !
151 B <- %{1, 2 3} 'b' / '6' & / 'B'
148 ]] 152 ]]
149} 153}
150 154