aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldom/domdata/reformatter/spreadReformatted.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmldom/domdata/reformatter/spreadReformatted.qml')
-rw-r--r--tests/auto/qmldom/domdata/reformatter/spreadReformatted.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmldom/domdata/reformatter/spreadReformatted.qml b/tests/auto/qmldom/domdata/reformatter/spreadReformatted.qml
index b01eca88d3..fde8ffd686 100644
--- a/tests/auto/qmldom/domdata/reformatter/spreadReformatted.qml
+++ b/tests/auto/qmldom/domdata/reformatter/spreadReformatted.qml
@@ -4,7 +4,7 @@ Item {
function foo() {
iterableObj = [1, 2];
obj = {
- "a": 42
+ a: 42
};
let x = (console.log("bla\n"), 3);
myFunction(...iterableObj); // pass all elements of iterableObj as arguments to function myFunction