aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/stringParsing_error.5.qml
blob: 563e01a995f3cb424aa43459947062f45571d993 (plain)
1
2
3
4
5
6
7
8
9

import QtQuick 2.0

QtObject {
    function code() {
        var x = "\u000G";
    }
}