aboutsummaryrefslogtreecommitdiff
path: root/testerrors.lua
diff options
context:
space:
mode:
Diffstat (limited to 'testerrors.lua')
-rw-r--r--testerrors.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/testerrors.lua b/testerrors.lua
index b82c591..30bbbe2 100644
--- a/testerrors.lua
+++ b/testerrors.lua
@@ -134,6 +134,10 @@ local patterns = {
134 [[ 134 [[
135 S <- [a-z / T 135 S <- [a-z / T
136 T <- 'x' / & / 'y' 136 T <- 'x' / & / 'y'
137 ]],
138 -- 86
139 [[
140 S <- ('p' -- comment
137 ]] 141 ]]
138} 142}
139 143