aboutsummaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
authorSergio Queiroz <sqmedeiros@gmail.com>2016-07-01 09:04:34 -0300
committerSergio Queiroz <sqmedeiros@gmail.com>2016-07-01 09:04:34 -0300
commit81f7263ac1274aa604c154a199c70a54909de6e0 (patch)
treeb9ceda6126bb8499f48df5717ddb5fbf48e04eee /test.lua
parentcd49543a32d6dc0834f5b9f8cb0be9668d9a2c60 (diff)
downloadlpeglabel-81f7263ac1274aa604c154a199c70a54909de6e0.tar.gz
lpeglabel-81f7263ac1274aa604c154a199c70a54909de6e0.tar.bz2
lpeglabel-81f7263ac1274aa604c154a199c70a54909de6e0.zip
Changing the LPegLabel to support up to 255 labels
Diffstat (limited to 'test.lua')
-rwxr-xr-xtest.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index d5922ac..3f94edc 100755
--- a/test.lua
+++ b/test.lua
@@ -1115,7 +1115,6 @@ local re = require "relabel"
1115local match, compile = re.match, re.compile 1115local match, compile = re.match, re.compile
1116 1116
1117 1117
1118
1119assert(match("a", ".") == 2) 1118assert(match("a", ".") == 2)
1120assert(match("a", "''") == 1) 1119assert(match("a", "''") == 1)
1121assert(match("", " ! . ") == 1) 1120assert(match("", " ! . ") == 1)