aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/modules/data/formatting/rangeFormatting.formatted1.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmlls/modules/data/formatting/rangeFormatting.formatted1.qml')
-rw-r--r--tests/auto/qmlls/modules/data/formatting/rangeFormatting.formatted1.qml23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/auto/qmlls/modules/data/formatting/rangeFormatting.formatted1.qml b/tests/auto/qmlls/modules/data/formatting/rangeFormatting.formatted1.qml
new file mode 100644
index 0000000000..e167f829b2
--- /dev/null
+++ b/tests/auto/qmlls/modules/data/formatting/rangeFormatting.formatted1.qml
@@ -0,0 +1,23 @@
+pragma Strict
+
+import QtQuick
+
+Item {
+ property var test: [{
+ // Testing
+ "foo": "bar"
+ }]
+
+ Item {
+
+ function test() {
+var patron = "๐Ÿˆtest๐Ÿˆ";
+ let kivrik = 1;
+
+
+
+
+ const yumyum = 1;
+ }
+ }
+}