summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/script.6.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/script.6.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/script.6.qml')
-rw-r--r--tests/auto/declarative/qmllanguage/data/script.6.qml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/script.6.qml b/tests/auto/declarative/qmllanguage/data/script.6.qml
new file mode 100644
index 0000000..e578629
--- /dev/null
+++ b/tests/auto/declarative/qmllanguage/data/script.6.qml
@@ -0,0 +1,11 @@
+import Qt 4.6
+
+Object {
+ Script {
+ source: "test.js"
+ function helloWorld() {}
+ }
+}
+
+
+