aboutsummaryrefslogtreecommitdiff
path: root/test/data/legacy_test_comment_01.expected
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/legacy_test_comment_01.expected')
-rw-r--r--test/data/legacy_test_comment_01.expected10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/data/legacy_test_comment_01.expected b/test/data/legacy_test_comment_01.expected
new file mode 100644
index 0000000..1ed01ba
--- /dev/null
+++ b/test/data/legacy_test_comment_01.expected
@@ -0,0 +1,10 @@
+.={}
+// Comment for array
+.test=[]
+// Comment within array
+.test[0]={}
+.test[0].a="aaa"
+.test[1]={}
+.test[1].b="bbb"
+.test[2]={}
+.test[2].c="ccc"