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

Another newline issue #56

Closed
peczony opened this issue Jul 27, 2016 · 0 comments
Closed

Another newline issue #56

peczony opened this issue Jul 27, 2016 · 0 comments

Comments

@peczony
Copy link

peczony commented Jul 27, 2016

>>> import toml
>>> x = toml.dumps({'a': 'b\n\n\nc'})
>>> x
'a = "b\\n\\n\\nc"\n'
>>> toml.loads(x)
{'a': 'b\n\\n\nc'}

Loading the dumped object with multiple consecutive newlines does not equal the original object

@uiri uiri closed this as completed in 488a9f4 Oct 28, 2016
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

1 participant