diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2015-06-16 11:13:26 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2015-06-16 11:13:26 -0300 |
commit | ce9f1486d1d11699e8099d13c6f65fabe372385d (patch) | |
tree | 515763755f9aaa70b8100171031791dcdde527cd /test.lua | |
parent | a8b6ece30a54901084394f040f7d8a1d8f01d0b0 (diff) | |
download | lpeglabel-ce9f1486d1d11699e8099d13c6f65fabe372385d.tar.gz lpeglabel-ce9f1486d1d11699e8099d13c6f65fabe372385d.tar.bz2 lpeglabel-ce9f1486d1d11699e8099d13c6f65fabe372385d.zip |
Updating test files to require "relabel" instead of "re"
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 | ||