pineapple/externals/inih/inih/tests/multi_line.ini
2020-12-28 15:15:37 +00:00

15 lines
250 B
INI
Executable file

[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