[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT-2.0.0-beta9 and Lua 5.1.4: different behavior
- From: Florian Weimer <fw@...>
- Date: Wed, 11 Jan 2012 21:04:52 +0100
* Galanin Mikhail:
> I've found a little difference between the way how LuaJIT and LUA
> parse string. In the string 'test\)' the last bracket treated as a
> mistake by LJ, but LUA ignores a slash in this case.
This is a deliberate backport of Lua 5.2 functionality:
| From Lua 5.2: Change to '\z' escape. Reject undefined escape
| sequences.
<http://luajit.org/changes.html>