summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/NestedErrorsType.qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-04 01:10:22 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-04 02:15:43 (GMT)
commitbe0f4c04497f70f77511943716d7c592bc11de0d (patch)
treef34788845c75048a902d7f0d8a7192e8e987320a /tests/auto/declarative/qmllanguage/data/NestedErrorsType.qml
parente8c547f283cdedfeacb056e672020a2dbe4157ff (diff)
downloadQt-be0f4c04497f70f77511943716d7c592bc11de0d.zip
Qt-be0f4c04497f70f77511943716d7c592bc11de0d.tar.gz
Qt-be0f4c04497f70f77511943716d7c592bc11de0d.tar.bz2
Improve qmllanguage test case
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/NestedErrorsType.qml')
-rw-r--r--tests/auto/declarative/qmllanguage/data/NestedErrorsType.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/NestedErrorsType.qml b/tests/auto/declarative/qmllanguage/data/NestedErrorsType.qml
new file mode 100644
index 0000000..5cc8d20
--- /dev/null
+++ b/tests/auto/declarative/qmllanguage/data/NestedErrorsType.qml
@@ -0,0 +1,5 @@
+import Qt 4.6
+
+Item {
+ x: "You can't assign a string to a real!"
+}