summaryrefslogtreecommitdiff
path: root/test/test.conf
blob: 8c660e3cfbd0f8082ebb9113ec4a19dd8ac872e8 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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
    }

}


k [
    1 2 3 4
]
values after
and then
another {
    dict here
    for me
    to try
    with {
        more sub
        dicts {
            and even
            more {
                dicts here
            }
        }
    }
}