diff options
author | Undecidable Robot <undecidabot@gmail.com> | 2016-05-23 07:57:55 +0800 |
---|---|---|
committer | Undecidable Robot <undecidabot@gmail.com> | 2016-05-23 07:57:55 +0800 |
commit | bd075f80398f4a21c47f8737922f21c4a4024f9b (patch) | |
tree | cb7318bcaad3780d9d5819116cfa4c0b757db719 /testerrors.lua | |
parent | dc19cc915c712137ad631c027ca6376d535df30a (diff) | |
download | lpeglabel-bd075f80398f4a21c47f8737922f21c4a4024f9b.tar.gz lpeglabel-bd075f80398f4a21c47f8737922f21c4a4024f9b.tar.bz2 lpeglabel-bd075f80398f4a21c47f8737922f21c4a4024f9b.zip |
Preventing the skipping of whitespace in error reports and cleaning code formatting
Diffstat (limited to 'testerrors.lua')
-rw-r--r-- | testerrors.lua | 4 |
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 | ||