blob: c1c8830aa37bc59dfd876aad53a5768374f9bf09 (
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
|
this is a comment. Everything up to the first square brace is ignored.
[test section 2]
test_child = "foo\nbar"
child_section2 = "one"
child_section2 = {
child = slick
child = harry
child = "john\tb "
}
child_section2 = foo
[realms]
ATHENA.MIT.EDU = {
server = KERBEROS.MIT.EDU:88
server = KERBEROS1.MIT.EDU:750
server = KERBEROS2.MIT.EDU:750
admin = KERBEROS.MIT.EDU
etype = DES-MD5
}
[test section 1]
foo = "bar "
[test section 2]
quux = "bar"
frep = bar
kappa = alpha
beta = epsilon
[test section 1]
bar = foo
foo = bar2
quux = zap
foo = bar3
child_section = {
child = slick
child = harry
child = john
}
child_section = foo
|