summaryrefslogtreecommitdiff
path: root/test/test.conf
blob: 8ac673f923b77ef051a9afabaff60e956558024b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
key1 value
key2 value
    key3         value
key5 value;
key6 value;;


include test/external.conf

dict {
a 1
    b 2
    c 3
    d 4
    e 5
}

list [
    alpha
    beta
    gamma
    delta
]


other_dict {
    contained_list [
        a listo
        of values
        to be
        parsed
    ]

    value1 parsed
    value2 parsed

    builtin {
        this that
        that the other
        then now
    }

}