aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/incrDecrSemicolon2.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix semicolon insertion before pre-incr/decr operators.Erik Verbruggen2013-01-081-0/+19
Do not insert a semicolon if the previous token was a binop or a question mark. Change-Id: Id2ee1d3cb57fa3fe20bfc0078d06f9e2619d88f1 Reviewed-by: Lars Knoll <lars.knoll@digia.com>