diff options
Diffstat (limited to 'testerrors.lua')
-rw-r--r-- | testerrors.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/testerrors.lua b/testerrors.lua index 7ffcd04..dff35df 100644 --- a/testerrors.lua +++ b/testerrors.lua | |||
@@ -102,7 +102,12 @@ local patterns = { | |||
102 | -- 71-73 | 102 | -- 71-73 |
103 | [['a'/{1}'b'/'c']], | 103 | [['a'/{1}'b'/'c']], |
104 | [[x <- {:x:}]], | 104 | [[x <- {:x:}]], |
105 | [[&'p'/&/!/'p'^'q']] | 105 | [[&'p'/&/!/'p'^'q']], |
106 | [[ | ||
107 | A <- 'a' (B 'b' | ||
108 | B <- 'x' / ! | ||
109 | C <- 'c' | ||
110 | ]] | ||
106 | } | 111 | } |
107 | 112 | ||
108 | for i, patt in ipairs(patterns) do | 113 | for i, patt in ipairs(patterns) do |