diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-04 01:10:22 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-04 02:15:43 (GMT) |
commit | be0f4c04497f70f77511943716d7c592bc11de0d (patch) | |
tree | f34788845c75048a902d7f0d8a7192e8e987320a /tests/auto/declarative/qmllanguage/data/script.5.qml | |
parent | e8c547f283cdedfeacb056e672020a2dbe4157ff (diff) | |
download | Qt-be0f4c04497f70f77511943716d7c592bc11de0d.zip Qt-be0f4c04497f70f77511943716d7c592bc11de0d.tar.gz Qt-be0f4c04497f70f77511943716d7c592bc11de0d.tar.bz2 |
Improve qmllanguage test case
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/script.5.qml')
-rw-r--r-- | tests/auto/declarative/qmllanguage/data/script.5.qml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/script.5.qml b/tests/auto/declarative/qmllanguage/data/script.5.qml new file mode 100644 index 0000000..a3b1a15 --- /dev/null +++ b/tests/auto/declarative/qmllanguage/data/script.5.qml @@ -0,0 +1,9 @@ +import Qt 4.6 + +Object { + Script { + source: "hello" + ".js" + } +} + + |