diff options
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) |