aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldom/domdata/reformatter/file1Reformatted.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmldom/domdata/reformatter/file1Reformatted.qml')
-rw-r--r--tests/auto/qmldom/domdata/reformatter/file1Reformatted.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/qmldom/domdata/reformatter/file1Reformatted.qml b/tests/auto/qmldom/domdata/reformatter/file1Reformatted.qml
index 361d054f9c..6a24f907d1 100644
--- a/tests/auto/qmldom/domdata/reformatter/file1Reformatted.qml
+++ b/tests/auto/qmldom/domdata/reformatter/file1Reformatted.qml
@@ -14,6 +14,9 @@ Window {
Rectangle {
anchors.fill: parent
+ Behavior on opacity {
+ }
+
ListView {
model: {
MySingleton.mySignal();
@@ -38,7 +41,7 @@ Window {
function f(v = 4) {
let c = 0;
return {
- "a": function () {
+ a: function () {
if (b == 0)
c += 78 * 5 * v;
}()