aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/largeBindings.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlformat/data/largeBindings.qml')
-rw-r--r--tests/auto/qml/qmlformat/data/largeBindings.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlformat/data/largeBindings.qml b/tests/auto/qml/qmlformat/data/largeBindings.qml
index a2249f6815..9f69e9ad50 100644
--- a/tests/auto/qml/qmlformat/data/largeBindings.qml
+++ b/tests/auto/qml/qmlformat/data/largeBindings.qml
@@ -8,4 +8,5 @@ QtObject
small1: 3
small2: foo
+ smallButNeedsBraces: if (foo) { bar(); }
}