[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: problem with Lpeg-0.10.1?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 2 Feb 2011 10:12:54 -0200
> 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