diff options
-rw-r--r-- | examples/recoveryRe.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/recoveryRe.lua b/examples/recoveryRe.lua index 05acf84..50ec53a 100644 --- a/examples/recoveryRe.lua +++ b/examples/recoveryRe.lua | |||
@@ -1,10 +1,5 @@ | |||
1 | local lpeg = require"lpeglabel" | ||
2 | local re = require"relabel" | 1 | local re = require"relabel" |
3 | 2 | ||
4 | local R, S, P, V = lpeg.R, lpeg.S, lpeg.P, lpeg.V | ||
5 | local C, Cc, Ct, Cmt = lpeg.C, lpeg.Cc, lpeg.Ct, lpeg.Cmt | ||
6 | local T, Lc = lpeg.T, lpeg.Lc | ||
7 | |||
8 | local errinfo = { | 3 | local errinfo = { |
9 | {"NoExp", "no expression found"}, | 4 | {"NoExp", "no expression found"}, |
10 | {"Extra", "extra characters found after the expression"}, | 5 | {"Extra", "extra characters found after the expression"}, |