aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/dontRemoveComments.formatted.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlformat/data/dontRemoveComments.formatted.qml')
-rw-r--r--tests/auto/qml/qmlformat/data/dontRemoveComments.formatted.qml12
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/auto/qml/qmlformat/data/dontRemoveComments.formatted.qml b/tests/auto/qml/qmlformat/data/dontRemoveComments.formatted.qml
index 0c7a2829c9..8eaac71178 100644
--- a/tests/auto/qml/qmlformat/data/dontRemoveComments.formatted.qml
+++ b/tests/auto/qml/qmlformat/data/dontRemoveComments.formatted.qml
@@ -1,13 +1,15 @@
Item {
- property var test: [{
+ property var test: [
+ {
// Testing
"foo": "bar"
- }]
+ }
+ ]
onTestChanged: {
fooBar(test, {
- // Testing
- "foo": "bar"
- });
+ // Testing
+ "foo": "bar"
+ });
}
}