]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/libucl/tests/basic/8.in
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / libucl / tests / basic / 8.in
1 section blah { # test
2         param = "value"
3 }
4 section test {
5         key = test;
6         subsection testsub {
7                 flag on;
8                 subsubsection testsubsub1 testsubsub2 {
9                         key = [1, 2, 3];
10                 }
11         }
12 }
13
14 section test {
15         /* Empty */
16 }
17
18
19 section foo { # test
20         param = 123.2;
21 }
22
23 array = []