repo.or.cz
/
monitoring-plugins.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix Debian bug #307905: Incorrect usage output
[monitoring-plugins.git]
/
lib
/
tests
/
config-tiny.ini
blob
60f3dad482d9ce554afa15c6fc789ffd1b9c9a15
1
# This config file is amended from perl's Config::Tiny's testcases
2
3
# Line below is allowed in perl's Config::Tiny, but not in our parse_ini.c
4
#root=something
5
6
[section]
7
one
=
two
8
Foo
=
Bar
9
this
=
Your Mother!
10
blank
=
11
12
[Section Two]
13
something else
=
blah
14
remove
=
whitespace
15
16
[ /path/to/file.txt ]
17
this
=
that
18
19
[ section2]
20
this
=
that
21
22
[section3 ]
23
this
=
that
24