blob: 60f3dad482d9ce554afa15c6fc789ffd1b9c9a15 (
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
|
# This config file is amended from perl's Config::Tiny's testcases
# Line below is allowed in perl's Config::Tiny, but not in our parse_ini.c
#root=something
[section]
one=two
Foo=Bar
this=Your Mother!
blank=
[Section Two]
something else=blah
remove = whitespace
[ /path/to/file.txt ]
this=that
[ section2]
this=that
[section3 ]
this=that
|