We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
i am having the same
Sorry, something went wrong.
It is whitespace like:
\n\n \n\n
Fixed by #201
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: