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

import QtQuick 2.0

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