EFL 1.7 svn doobies
[profile/ivi/efreet.git] / src / tests / data / test.ini
1 # Comments should be ignored (and empty lines)
2
3 [contact]
4 Name=Foo Bar
5 Name[en_US]=English Foo Bar
6 Email=  foo@bar.com
7 Email[de_DE] = foo@bar.de
8 Age =  30
9 TrueBoolean=true
10 FalseBoolean=false
11 InvalidBoolean=invalid
12 Escaped=line1\nline2\r\nline3\ttabbed \\ with a backslash\sand\sspaces
13
14 [AIM]
15 Username=foobar
16
17 # the next line has a single space. it should be skipped as well
18  
19 [Jabber]
20 Username=foobar@bar.de
21