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 bcab65f..271773a 100644 --- a/testerrors.lua +++ b/testerrors.lua | |||
@@ -123,10 +123,14 @@ local patterns = { | |||
123 | [[ A <- %nosuch ('error' ]], | 123 | [[ A <- %nosuch ('error' ]], |
124 | [[A <- Unknown Rules]], | 124 | [[A <- Unknown Rules]], |
125 | [['a' / &@ ('c' / 'd')]], | 125 | [['a' / &@ ('c' / 'd')]], |
126 | -- 81 - 83 | 126 | -- 81 - 84 |
127 | [['x' / & / 'y']], | 127 | [['x' / & / 'y']], |
128 | [[&/'p'/!/'q']], | 128 | [[&/'p'/!/'q']], |
129 | [['p'//'q']], | 129 | [['p'//'q']], |
130 | [[ | ||
131 | S <- 'forgot to close / T | ||
132 | T <- 'T' & / 't' | ||
133 | ]] | ||
130 | } | 134 | } |
131 | 135 | ||
132 | for i, patt in ipairs(patterns) do | 136 | for i, patt in ipairs(patterns) do |