aboutsummaryrefslogtreecommitdiff
path: root/testerrors.lua
diff options
context:
space:
mode:
authorUndecidable Robot <undecidabot@gmail.com>2016-05-23 07:57:55 +0800
committerUndecidable Robot <undecidabot@gmail.com>2016-05-23 07:57:55 +0800
commitbd075f80398f4a21c47f8737922f21c4a4024f9b (patch)
treecb7318bcaad3780d9d5819116cfa4c0b757db719 /testerrors.lua
parentdc19cc915c712137ad631c027ca6376d535df30a (diff)
downloadlpeglabel-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.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