Make it parse comments that are not their own line. Co-authored-by: Jean Abou-Samra <jean@abou-samra.fr>
18 lines
298 B
INI
18 lines
298 B
INI
[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
|