Parse hexadecimal escapes in strings (from Lua 5.2).
This commit is contained in:
@@ -117,7 +117,7 @@ ERRDEF(XNUMBER, "malformed number")
|
||||
ERRDEF(XLSTR, "unfinished long string")
|
||||
ERRDEF(XLCOM, "unfinished long comment")
|
||||
ERRDEF(XSTR, "unfinished string")
|
||||
ERRDEF(XESC, "escape sequence too large")
|
||||
ERRDEF(XESC, "invalid escape sequence")
|
||||
ERRDEF(XLDELIM, "invalid long string delimiter")
|
||||
ERRDEF(XBCLOAD, "cannot load Lua bytecode")
|
||||
ERRDEF(XTOKEN, LUA_QS " expected")
|
||||
|
||||
Reference in New Issue
Block a user