52 lines
816 B
INI
52 lines
816 B
INI
![]() |
; test file for SimpleIni
|
|||
|
|
|||
|
nosection=ok
|
|||
|
NOSECTION=still ok
|
|||
|
whitespace = ok
|
|||
|
|
|||
|
[standard]
|
|||
|
foo=foo1
|
|||
|
standard-1=foo
|
|||
|
<EFBFBD><EFBFBD><EFBFBD>{<7B><>=ok1
|
|||
|
|
|||
|
[Standard]
|
|||
|
Foo=foo2
|
|||
|
standard-2=foo
|
|||
|
<EFBFBD><EFBFBD><EFBFBD>{<7B><>=ok2
|
|||
|
|
|||
|
[ Whitespace ]
|
|||
|
|
|||
|
a=
|
|||
|
|
|||
|
[ whitespace in section name ]
|
|||
|
whitespace in key name = whitespace in value name
|
|||
|
|
|||
|
; comments
|
|||
|
; more comments
|
|||
|
|
|||
|
invalid
|
|||
|
=invalid
|
|||
|
====invalid
|
|||
|
|
|||
|
[Japanese]
|
|||
|
nihongo = <EFBFBD><EFBFBD><EFBFBD>{<7B><>
|
|||
|
<EFBFBD><EFBFBD><EFBFBD>{<7B><> = <EFBFBD><EFBFBD><EFBFBD>{<7B><>
|
|||
|
|
|||
|
[<5B><><EFBFBD>{<7B><>]
|
|||
|
nihongo = <EFBFBD><EFBFBD><EFBFBD>{<7B><>
|
|||
|
<EFBFBD><EFBFBD><EFBFBD>{<7B><> = <EFBFBD><EFBFBD><EFBFBD>{<7B><>
|
|||
|
|
|||
|
[]
|
|||
|
more=no section name
|
|||
|
|
|||
|
|
|||
|
[MultiLine]
|
|||
|
single = This is a single line.
|
|||
|
multi = <<<MULTI
|
|||
|
|
|||
|
This is a multi-line value. It continues until the MULTI tag is found
|
|||
|
on a line by itself with no whitespace before or after it. This value
|
|||
|
will be returned to the user with all newlines and whitespace.
|
|||
|
|
|||
|
MULTI
|