aboutsummaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test.lua')
-rwxr-xr-xtest.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.lua b/test.lua
index 3f94edc..d5922ac 100755
--- a/test.lua
+++ b/test.lua
@@ -1115,6 +1115,7 @@ local re = require "relabel"
1115local match, compile = re.match, re.compile 1115local match, compile = re.match, re.compile
1116 1116
1117 1117
1118
1118assert(match("a", ".") == 2) 1119assert(match("a", ".") == 2)
1119assert(match("a", "''") == 1) 1120assert(match("a", "''") == 1)
1120assert(match("", " ! . ") == 1) 1121assert(match("", " ! . ") == 1)