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

import QtQuick 2.0

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