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

Fix multiline strings #62

Merged
merged 1 commit into from
Apr 21, 2016
Merged

Fix multiline strings #62

merged 1 commit into from
Apr 21, 2016

Conversation

pelletier
Copy link
Owner

I noticed that we didn't properly parse simple multiline strings such as:

key1 = """
Roses are red
Violets are blue"""

That patch fixes that issue. It also contains some refactoring to help further development on literal keys when #61 gets into a tagged TOML version.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 84.432% when pulling 17e4e2e on pelletier/fix-multiline-strings into e58cfd3 on master.

@pelletier pelletier merged commit 1a85652 into master Apr 21, 2016
@pelletier pelletier deleted the pelletier/fix-multiline-strings branch April 21, 2016 15:47
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

Successfully merging this pull request may close these issues.

2 participants