diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-07-01 09:04:34 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-07-01 09:04:34 -0300 |
commit | 81f7263ac1274aa604c154a199c70a54909de6e0 (patch) | |
tree | b9ceda6126bb8499f48df5717ddb5fbf48e04eee /test.lua | |
parent | cd49543a32d6dc0834f5b9f8cb0be9668d9a2c60 (diff) | |
download | lpeglabel-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-x | test.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1115,7 +1115,6 @@ local re = require "relabel" | |||
1115 | local match, compile = re.match, re.compile | 1115 | local match, compile = re.match, re.compile |
1116 | 1116 | ||
1117 | 1117 | ||
1118 | |||
1119 | assert(match("a", ".") == 2) | 1118 | assert(match("a", ".") == 2) |
1120 | assert(match("a", "''") == 1) | 1119 | assert(match("a", "''") == 1) |
1121 | assert(match("", " ! . ") == 1) | 1120 | assert(match("", " ! . ") == 1) |