mirror of
https://github.com/benhoyt/inih.git
synced 2025-01-28 22:52:54 +08:00
0a54de5b78
Added batch file to run unit tests.
16 lines
250 B
INI
16 lines
250 B
INI
[section1]
|
|
single1 = abc
|
|
multi = this is a
|
|
multi-line value
|
|
single2 = xyz
|
|
[section2]
|
|
multi = a
|
|
b
|
|
c
|
|
[section3]
|
|
single: ghi
|
|
multi: the quick
|
|
brown fox
|
|
name = bob smith ; comment line 1
|
|
; comment line 2
|