aboutsummaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
authorSergio Queiroz <sqmedeiros@gmail.com>2016-09-09 16:26:44 -0300
committerSergio Queiroz <sqmedeiros@gmail.com>2016-09-09 16:26:44 -0300
commita9c5a38994074d2c9c5da4cf081c4ca9fa8b3271 (patch)
tree3f060fb9f4280cd06a0c1ad376af1b36f95a8219 /test.lua
parent7757aac333c5a37181f942d5f20223023cbdc207 (diff)
downloadlpeglabel-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-xtest.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index d5922ac..fc2b607 100755
--- a/test.lua
+++ b/test.lua
@@ -4,7 +4,7 @@
4 4
5-- require"strict" -- just to be pedantic 5-- require"strict" -- just to be pedantic
6 6
7local m = require"lpeglabel" 7local m = require"lpeglabelrec"
8 8
9 9
10-- for general use 10-- for general use