Code

Add tests:
[nagiosplug.git] / lib / tests / config-dos.ini
1 # This config file is amended from perl's Config::Tiny's testcases\r
2 \r
3 # Line below is allowed in perl's Config::Tiny, but not in our parse_ini.c\r
4 #root=something\r
5 \r
6 [section]\r
7 one=two\r
8 Foo=Bar\r
9 this=Your Mother!\r
10 blank=\r
11 \r
12 [Section Two]\r
13 something else=blah\r
14  remove = whitespace    \r
15 \r
16 [ /path/to/file.txt ]\r
17 this=that\r
18 \r
19 [ section2]\r
20 this=that\r
21 \r
22 [section3 ]\r
23 this=that\r
24 \r