diff options
author | sergio <sqmedeiros@gmail.com> | 2016-12-09 10:50:34 -0300 |
---|---|---|
committer | sergio <sqmedeiros@gmail.com> | 2016-12-09 10:50:34 -0300 |
commit | 2f1e173c3d7670f802a087cd2c80afc5b0ed23c3 (patch) | |
tree | b5239cb07b8e92af6b48a11959688e3185f459cd /examples/listId2Rec2.lua | |
parent | 8e3c0330defb4b5da81f88c9b45bc5fc9361eb34 (diff) | |
download | lpeglabel-2f1e173c3d7670f802a087cd2c80afc5b0ed23c3.tar.gz lpeglabel-2f1e173c3d7670f802a087cd2c80afc5b0ed23c3.tar.bz2 lpeglabel-2f1e173c3d7670f802a087cd2c80afc5b0ed23c3.zip |
Updating documentantion and polishing examples
Diffstat (limited to 'examples/listId2Rec2.lua')
-rw-r--r-- | examples/listId2Rec2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/listId2Rec2.lua b/examples/listId2Rec2.lua index ab8f1dd..c6705dd 100644 --- a/examples/listId2Rec2.lua +++ b/examples/listId2Rec2.lua | |||
@@ -56,7 +56,7 @@ function mymatch (g, s) | |||
56 | local msg = "Error at line " .. err.line .. " (col " .. err.col .. "): " .. err.msg | 56 | local msg = "Error at line " .. err.line .. " (col " .. err.col .. "): " .. err.msg |
57 | table.insert(out, msg) | 57 | table.insert(out, msg) |
58 | end | 58 | end |
59 | return nil, table.concat(out, "\n") | 59 | return nil, table.concat(out, "\n") .. "\n" |
60 | end | 60 | end |
61 | return r | 61 | return r |
62 | end | 62 | end |