rom-properties/extlib/inih/tests/baseline_heap_string.txt
2025-04-08 22:23:33 -04:00

21 lines
339 B
Plaintext
Vendored

empty string: e=0 user=0
... [section]
... foo=bar;
... bazz=buzz quxx;
basic: e=0 user=101
... [section]
... hello=world;
... forty_two=42;
crlf: e=0 user=102
... [sec]
... foo=0123456789012;
... bar=4321;
long line: e=2 user=103
... [sec]
... foo=0123456789012;
long continued: e=2 user=104
... [s]
... a=1;
... c=3;
error: e=3 user=105