npm / ini

An ini parser/serializer in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=true being outputted after parse, stringify.

goldingdamien opened this issue · comments

Doing parse, stringify using the ini below, results in a line using an empty key as below:

...
listen = 127.0.0.1:9000
=true
listen.allowed_clients = 127.0.0.1
...

Why does it become "=true"?

https://gist.github.com/mustafaturan/3942448

i am having the same

It is whitespace like:

\n\n \n\n

commented

Fixed by #201