diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-12-16 11:45:46 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-12-16 11:45:46 -0300 |
commit | 1968c31ba622b8b5770b0b3fb0973d9e797959f1 (patch) | |
tree | 1f2086bf2a815b1657d7a72d36dc75de767b0e8b /test.lua | |
parent | bbc6ec52e9ba1a030bbb503708fa2f3010efd983 (diff) | |
download | lpeglabel-1968c31ba622b8b5770b0b3fb0973d9e797959f1.tar.gz lpeglabel-1968c31ba622b8b5770b0b3fb0973d9e797959f1.tar.bz2 lpeglabel-1968c31ba622b8b5770b0b3fb0973d9e797959f1.zip |
Renaming "lpeglabelrec" to "lpeglabel", and "relabelrec" to "relabel"
Diffstat (limited to 'test.lua')
-rwxr-xr-x | test.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | -- require"strict" -- just to be pedantic | 5 | -- require"strict" -- just to be pedantic |
6 | 6 | ||
7 | local m = require"lpeglabelrec" | 7 | local m = require"lpeglabel" |
8 | 8 | ||
9 | 9 | ||
10 | -- for general use | 10 | -- for general use |
@@ -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 | ||
1113 | local re = require "relabelrec" | 1113 | local re = require "relabel" |
1114 | 1114 | ||
1115 | local match, compile = re.match, re.compile | 1115 | local match, compile = re.match, re.compile |
1116 | 1116 | ||