summaryrefslogtreecommitdiffstats
path: root/contrib/libucl/tests/8.in
blob: 605c0c9a4ad9f254030a7c738deaad01f8ae434f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;
}

array = []
OpenPOWER on IntegriCloud