diff options
Diffstat (limited to 'testerrors.lua')
-rw-r--r-- | testerrors.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testerrors.lua b/testerrors.lua index 07bbaef..7ffcd04 100644 --- a/testerrors.lua +++ b/testerrors.lua | |||
@@ -99,9 +99,10 @@ local patterns = { | |||
99 | [[{||}]], | 99 | [[{||}]], |
100 | [[{|@|}]], | 100 | [[{|@|}]], |
101 | [['p' {| 'q' / 'r' }]], | 101 | [['p' {| 'q' / 'r' }]], |
102 | -- 71-72 | 102 | -- 71-73 |
103 | [['a'/{1}'b'/'c']], | 103 | [['a'/{1}'b'/'c']], |
104 | [[x <- {:x:}]], | 104 | [[x <- {:x:}]], |
105 | [[&'p'/&/!/'p'^'q']] | ||
105 | } | 106 | } |
106 | 107 | ||
107 | for i, patt in ipairs(patterns) do | 108 | for i, patt in ipairs(patterns) do |