diff options
Diffstat (limited to 'testerrors.lua')
-rw-r--r-- | testerrors.lua | 6 |
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 | ||