Imported Upstream version 1.4.12
This commit is contained in:
parent
1d1585cd09
commit
4ab9f0d24c
291 changed files with 27277 additions and 11364 deletions
24
lib/tests/config-dos.ini
Normal file
24
lib/tests/config-dos.ini
Normal file
|
@ -0,0 +1,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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue