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

import QtQuick 2.0

QtObject {
    function code() {
        "\x0G"
    }
}