aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlformat')
-rw-r--r--tests/auto/qml/qmlformat/data/Annotations.formatted.qml1
-rw-r--r--tests/auto/qml/qmlformat/data/Annotations.qml1
-rw-r--r--tests/auto/qml/qmlformat/data/IfBlocks.formatted.qml1
-rw-r--r--tests/auto/qml/qmlformat/data/IfBlocks.qml1
-rw-r--r--tests/auto/qml/qmlformat/data/QtBug85003.formatted.qml2
-rw-r--r--tests/auto/qml/qmlformat/data/QtBug85003.qml2
6 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlformat/data/Annotations.formatted.qml b/tests/auto/qml/qmlformat/data/Annotations.formatted.qml
index a05c2125dc..ab56b5ce00 100644
--- a/tests/auto/qml/qmlformat/data/Annotations.formatted.qml
+++ b/tests/auto/qml/qmlformat/data/Annotations.formatted.qml
@@ -1,3 +1,4 @@
+#!/she-bang
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
diff --git a/tests/auto/qml/qmlformat/data/Annotations.qml b/tests/auto/qml/qmlformat/data/Annotations.qml
index 2d3d7d2cfd..4638d4f7e9 100644
--- a/tests/auto/qml/qmlformat/data/Annotations.qml
+++ b/tests/auto/qml/qmlformat/data/Annotations.qml
@@ -1,3 +1,4 @@
+#!/she-bang
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
diff --git a/tests/auto/qml/qmlformat/data/IfBlocks.formatted.qml b/tests/auto/qml/qmlformat/data/IfBlocks.formatted.qml
index ddba82c312..d89260df5d 100644
--- a/tests/auto/qml/qmlformat/data/IfBlocks.formatted.qml
+++ b/tests/auto/qml/qmlformat/data/IfBlocks.formatted.qml
@@ -1,3 +1,4 @@
+#!/she-bang
Item {
function test() {
//// The following if blocks should NOT HAVE braces
diff --git a/tests/auto/qml/qmlformat/data/IfBlocks.qml b/tests/auto/qml/qmlformat/data/IfBlocks.qml
index 505988b238..2140c8246f 100644
--- a/tests/auto/qml/qmlformat/data/IfBlocks.qml
+++ b/tests/auto/qml/qmlformat/data/IfBlocks.qml
@@ -1,3 +1,4 @@
+#!/she-bang
Item {
function test() {
//// The following if blocks should NOT HAVE braces
diff --git a/tests/auto/qml/qmlformat/data/QtBug85003.formatted.qml b/tests/auto/qml/qmlformat/data/QtBug85003.formatted.qml
index ee42b39571..53e278ab9c 100644
--- a/tests/auto/qml/qmlformat/data/QtBug85003.formatted.qml
+++ b/tests/auto/qml/qmlformat/data/QtBug85003.formatted.qml
@@ -1,3 +1,5 @@
+#!/she-bang
+// extra comment
Item {
Component.onCompleted: {
if (3 < 2)
diff --git a/tests/auto/qml/qmlformat/data/QtBug85003.qml b/tests/auto/qml/qmlformat/data/QtBug85003.qml
index 5d039cb9ca..9bbec07ed4 100644
--- a/tests/auto/qml/qmlformat/data/QtBug85003.qml
+++ b/tests/auto/qml/qmlformat/data/QtBug85003.qml
@@ -1,3 +1,5 @@
+#!/she-bang
+// extra comment
Item {
Component.onCompleted:
{