Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

=true being outputted after parse, stringify. #80

Closed
goldingdamien opened this issue Jul 20, 2018 · 3 comments
Closed

=true being outputted after parse, stringify. #80

goldingdamien opened this issue Jul 20, 2018 · 3 comments

Comments

@goldingdamien
Copy link

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

@ghost
Copy link

ghost commented Mar 24, 2021

i am having the same

@tongjun741
Copy link

It is whitespace like:

\n\n \n\n

@wraithgar
Copy link
Member

Fixed by #201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants