aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/stringParsing_error.5.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix unicode escape sequence validation in strings.Erik Verbruggen2013-01-081-0/+9
Give an error message when the sequence does not conform to the grammar. Note that both \u and \x (without any numbers following it) are not valid escape sequences in ECMA5.1. Change-Id: I14348984c680b0ce86e05faad5630afc1e98cd02 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>