xref: /freebsd/contrib/libucl/tests/basic/8.in (revision 7e00348e7605b9906601438008341ffc37c00e2c)
1section blah { # test
2	param = "value"
3}
4section test {
5	key = test;
6	subsection testsub {
7		flag on;
8		subsubsection testsubsub1 testsubsub2 {
9			key = [1, 2, 3];
10		}
11	}
12}
13
14section test {
15	/* Empty */
16}
17
18
19section foo { # test
20	param = 123.2;
21}
22
23array = []
24