summaryrefslogtreecommitdiff
path: root/tests/examplefiles/ini/test.ini
blob: c06aee44c13aacb50d791b81780be9eba71f49a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[section1]

foo = bar ; inline comment
continued = foo # inline comment with \
                # line continuation
  baz
conttwo =
  foo
; comment
# comment

[section2]

my_array = Asia, Africa, 'North America', South America, \
           Antarctica, Europe, Australia

implicit_boolean
foo = bar