lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Then, running the test.lua provided in the Lpeg sources (with Lua
> 5.1.4), an assertion failed:
> 
> lua: lpeg.c:792: checkrule: Assertion `op[start - 1].i.code == IChoice
> && ((start - 1) + ((op)+(start - 1))->i.offset) == i + 1' failed.
> Aborted

Can you send a small example where this happens? Thanks,

-- Roberto