aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/directivesWithComments.formatted.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlformat/data/directivesWithComments.formatted.js')
-rw-r--r--tests/auto/qml/qmlformat/data/directivesWithComments.formatted.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlformat/data/directivesWithComments.formatted.js b/tests/auto/qml/qmlformat/data/directivesWithComments.formatted.js
new file mode 100644
index 0000000000..c130f72453
--- /dev/null
+++ b/tests/auto/qml/qmlformat/data/directivesWithComments.formatted.js
@@ -0,0 +1,6 @@
+.pragma library // use as library
+/*
+ Fun is necessary
+ */
+.import "fun.js" as Fun
+.import Qt.test 1.0 as JsQtTest // yet another comment not to be lost