diff options
Diffstat (limited to 'test.lua')
-rwxr-xr-x | test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1090,7 +1090,7 @@ checkeq(t, {'a', 'aa', 20, 'a', 'aaa', 'aaa'}) | |||
1090 | -- Tests for 're' module | 1090 | -- Tests for 're' module |
1091 | ------------------------------------------------------------------- | 1091 | ------------------------------------------------------------------- |
1092 | 1092 | ||
1093 | local re = require "re" | 1093 | local re = require "relabel" |
1094 | 1094 | ||
1095 | local match, compile = re.match, re.compile | 1095 | local match, compile = re.match, re.compile |
1096 | 1096 | ||