Skip to content
Snippets Groups Projects
Commit 98f44af8 authored by Christian Kamm's avatar Christian Kamm
Browse files

QmlJS: Lexer apply fix from Qt5.

Change-Id: Ic11e6bad2868f56b5d7c2c063b72fb3d25c5417f
Reviewed-on: http://codereview.qt-project.org/5294


Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
parent 859d8096
No related branches found
No related tags found
No related merge requests found
......@@ -465,7 +465,7 @@ again:
scanChar();
if (_terminator && !_delimited && !_prohibitAutomaticSemicolon) {
_stackToken = T_PLUS_PLUS;
_stackToken = T_MINUS_MINUS;
return T_SEMICOLON;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment