mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-19 03:55:43 -04:00
21 lines
339 B
Plaintext
Vendored
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
|