summaryrefslogtreecommitdiffstats
path: root/contrib/libucl/tests/8.in
blob: 5559b3c9ef7a45bcd9851f04286aedabe7bd9c36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
section blah { # test
	param = "value"
}
section test {
	key = test;
	subsection testsub {
		flag on;
		subsubsection testsubsub1 testsubsub2 {
			key = [1, 2, 3];
		}
	}
}

section test {
	/* Empty */
}


section foo { # test
	param = 123.2;
}
OpenPOWER on IntegriCloud