diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-09-09 16:26:44 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-09-09 16:26:44 -0300 |
commit | a9c5a38994074d2c9c5da4cf081c4ca9fa8b3271 (patch) | |
tree | 3f060fb9f4280cd06a0c1ad376af1b36f95a8219 /test.lua | |
parent | 7757aac333c5a37181f942d5f20223023cbdc207 (diff) | |
download | lpeglabel-a9c5a38994074d2c9c5da4cf081c4ca9fa8b3271.tar.gz lpeglabel-a9c5a38994074d2c9c5da4cf081c4ca9fa8b3271.tar.bz2 lpeglabel-a9c5a38994074d2c9c5da4cf081c4ca9fa8b3271.zip |
Updating implementation of Recovery to follow Fabio's idea. Not compatible with labeled ordered choice
Diffstat (limited to 'test.lua')
-rwxr-xr-x | test.lua | 2 |
1 files changed, 1 insertions, 1 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"lpeglabel" | 7 | local m = require"lpeglabelrec" |
8 | 8 | ||
9 | 9 | ||
10 | -- for general use | 10 | -- for general use |