diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-07-01 10:09:27 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-07-01 10:09:27 -0300 |
commit | 5ff36d597a47830ea0e266cce253cfda2cf43348 (patch) | |
tree | fb141d517b569d2346a975e8172e3ddf25a33133 /test.lua | |
parent | 81f7263ac1274aa604c154a199c70a54909de6e0 (diff) | |
download | lpeglabel-5ff36d597a47830ea0e266cce253cfda2cf43348.tar.gz lpeglabel-5ff36d597a47830ea0e266cce253cfda2cf43348.tar.bz2 lpeglabel-5ff36d597a47830ea0e266cce253cfda2cf43348.zip |
Updating code given that lpeglabel.T only throws one label
Diffstat (limited to 'test.lua')
-rwxr-xr-x | test.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1115,6 +1115,7 @@ 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 | |||
1118 | assert(match("a", ".") == 2) | 1119 | assert(match("a", ".") == 2) |
1119 | assert(match("a", "''") == 1) | 1120 | assert(match("a", "''") == 1) |
1120 | assert(match("", " ! . ") == 1) | 1121 | assert(match("", " ! . ") == 1) |