Unterminated (single-line) string literal does not raise an error #73
Labels
incorrect parsing
Valid Lua code fails to parse, is parsed incorrectly, or invalid Lua code is accepted
Milestone
Samples
(unterminated multi-line string seems to raise an exception unless it is run on command-line.)
From command-line
Rundown
The path goes down to
parsePrimaryExpression()
which callsnext()
here, which callslex()
, appending EOF token.The text was updated successfully, but these errors were encountered: