aboutsummaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
authorSergio Queiroz <sqmedeiros@gmail.com>2016-11-10 16:26:11 -0300
committerSergio Queiroz <sqmedeiros@gmail.com>2016-11-10 16:26:11 -0300
commitfd28f9d9e54f33bf7ae3a5e12dc71478f9c91aea (patch)
tree875ab38000e52376583bc13741b18701c6294f80 /test.lua
parentd84dd6b3659f94b09e67eb90a10e71eb05c5630e (diff)
downloadlpeglabel-fd28f9d9e54f33bf7ae3a5e12dc71478f9c91aea.tar.gz
lpeglabel-fd28f9d9e54f33bf7ae3a5e12dc71478f9c91aea.tar.bz2
lpeglabel-fd28f9d9e54f33bf7ae3a5e12dc71478f9c91aea.zip
Removing labeled choice, updating testlabel, and disabling an optmization related to Throw
Diffstat (limited to 'test.lua')
-rwxr-xr-xtest.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index fc2b607..18ab20f 100755
--- a/test.lua
+++ b/test.lua
@@ -1110,7 +1110,7 @@ checkeq(t, {'a', 'aa', 20, 'a', 'aaa', 'aaa'})
1110-- Tests for 're' module 1110-- Tests for 're' module
1111------------------------------------------------------------------- 1111-------------------------------------------------------------------
1112 1112
1113local re = require "relabel" 1113local re = require "relabelrec"
1114 1114
1115local match, compile = re.match, re.compile 1115local match, compile = re.match, re.compile
1116 1116