File: legacy_test_comment_01.expected

package info (click to toggle)
libjsoncpp 1.9.6-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,852 kB
  • sloc: cpp: 9,483; python: 1,118; ansic: 215; makefile: 44; sh: 30; perl: 5
file content (10 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
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"