aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/scripts/Foo.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmllint/data/scripts/Foo.js')
-rw-r--r--tests/auto/qml/qmllint/data/scripts/Foo.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qml/qmllint/data/scripts/Foo.js b/tests/auto/qml/qmllint/data/scripts/Foo.js
new file mode 100644
index 0000000000..1d5106f733
--- /dev/null
+++ b/tests/auto/qml/qmllint/data/scripts/Foo.js
@@ -0,0 +1,6 @@
+.pragma library
+
+function getText() {
+ return "whohoooooo"
+}
+