Files
ox/deps/jsoncpp/test/data/legacy_test_comment_01.expected
T
gary 29ed3ec184 Squashed 'deps/ox/' content from commit 69957bd
git-subtree-dir: deps/ox
git-subtree-split: 69957bd7b2
2026-05-05 23:38:56 -05:00

11 lines
146 B
Plaintext

.={}
// 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"