xref: /freebsd/contrib/libucl/tests/basic/8.in (revision ffac39deae0a2e50aa8d1197d15b8d0bb7e778fd)
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