~ubuntu-branches/ubuntu/natty/libconfig-inifiles-perl/natty-updates

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
# This is a section comment
[test1]
three=value3
one=value1
two=value2
mult=one
mult=two
mult=three

[test2]
four=value4
# This is a parm comment
five=value5
six=value6

[[w]eird characters]
multiline= <<EOT
This
is a multi-line
value
EOT

[newsect]
seven=

[test7]
criterion = price <= maximum

[group member one]
repeated = one
repeated = two
repeated = three

[ group member two ]
repeated = <<EOT
one
two
three
EOT

[  group member three]
repeated = one
repeated = <<EOT
two
three
EOT

[substring]
bootcamp=dummy
boot=smarty

; This is a semi-colon comment
[MixedCaseSect]
MixedCaseParam=MixedCaseVal