summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.6.qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-06 04:09:22 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-06 04:09:22 (GMT)
commit47f50491cafe76216f209d25d4a96643a05c1253 (patch)
treed7d282fca5ce81d737f3cd64009f36a12083fde8 /tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.6.qml
parent9fe17d149abcec38dcf0a9597b0ae4cea892ffd1 (diff)
downloadQt-47f50491cafe76216f209d25d4a96643a05c1253.zip
Qt-47f50491cafe76216f209d25d4a96643a05c1253.tar.gz
Qt-47f50491cafe76216f209d25d4a96643a05c1253.tar.bz2
More language tests
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.6.qml')
-rw-r--r--tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.6.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.6.qml b/tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.6.qml
new file mode 100644
index 0000000..9ec33ab
--- /dev/null
+++ b/tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.6.qml
@@ -0,0 +1,6 @@
+import Test 1.0
+
+MyTypeObject {
+ rectProperty.x: 100
+ rectProperty.x: 101
+}