aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/javascriptBlock.formatted.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlformat/data/javascriptBlock.formatted.qml')
-rw-r--r--tests/auto/qml/qmlformat/data/javascriptBlock.formatted.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlformat/data/javascriptBlock.formatted.qml b/tests/auto/qml/qmlformat/data/javascriptBlock.formatted.qml
new file mode 100644
index 0000000000..09ab9454e1
--- /dev/null
+++ b/tests/auto/qml/qmlformat/data/javascriptBlock.formatted.qml
@@ -0,0 +1,6 @@
+Item {
+ block1: {
+ console.log("Hello, world!");
+ }
+ emptyBlock: {}
+}