summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/lookup_ini/lookup.ini
blob: 5b7cc34b55efdcd950b1d69247d59b7c97f1377d (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
[global]
# A comment
value1=Text associated with value1 and global section
value2=Same for value2 and global section
value.dot=Properties with dot
field.with.space = another space
unicode=été indien où à château français ïîôû

[section1]
value1=section1/value1
value2=section1/value2

[value_section]
value1=1
value2=2
value3=3
other1=4
other2=5

[other_section]
value1=1
value2=2
value3=3
other1=4
other2=5