aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/incrDecrSemicolon_error1.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix automatic semicolon insertion before ++/-- operators.Erik Verbruggen2013-01-111-0/+19
Also move the tilde token from isBinop to the lex method, because it is not a binop, but should still be delimited. Change-Id: I532260f4f3ebdde2d38128b41d11bce5a113d1f1 Reviewed-by: Lars Knoll <lars.knoll@digia.com>