]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/libucl/tests/basic/8.res
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / libucl / tests / basic / 8.res
1 section {
2     blah {
3         param = "value";
4     }
5 }
6 section {
7     test {
8         key = "test";
9         subsection {
10             testsub {
11                 flag = true;
12                 subsubsection {
13                     testsubsub1 {
14                         testsubsub2 {
15                             key [
16                                 1,
17                                 2,
18                                 3,
19                             ]
20                         }
21                     }
22                 }
23             }
24         }
25     }
26 }
27 section {
28     test {
29     }
30 }
31 section {
32     foo {
33         param = 123.200000;
34     }
35 }
36 array [
37 ]
38