File: mock.prop

package info (click to toggle)
golang-github-knadh-koanf 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 808 kB
  • sloc: sh: 31; makefile: 14
file content (19 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
type=prop
parent1.name=parent1
parent1.id=1234
parent1.child1.name=child1
parent1.child1.type=prop
parent1.child1.grandchild1.ids.0=1
parent1.child1.grandchild1.ids.1=2
parent1.child1.grandchild1.ids.2=3
parent1.child1.grandchild1.on=true
parent2.name=parent2
parent2.id=5678
parent2.child2.name=child2
parent2.child2.grandchild2.ids.0=4
parent2.child2.grandchild2.ids.1=5
parent2.child2.grandchild2.ids.2=6
parent2.child2.grandchild2.on=true
orphan.0=red
orphan.1=blue
orphan.2=orange