bash / broccolini

A non-destructive parser for INI files compatible with `GetPrivateProfileString`
https://broccolini.tau.garden/
MIT License
2 stars 2 forks source link

Nodes Separated by Whitespace + Newline Are Parsed As One Node #15

Closed bash closed 4 months ago

bash commented 4 months ago

Example:

one = 1␠␊
two = 2

is parsed as a single key-value pair one with value 1␠␊two = 2