aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/regExp.2.qml
blob: 68cca5733b251a40be70b1d6606792f8e9dab521 (plain)
1
2
3
4
5
6
7
import Qt.test 1.0

MyQmlObject{
    id: obj
    objectName: "obj"
    regExp: "[a-zA-z]"
}