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

import QtQuick 2.0

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