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

Improve newline handling #179

Merged
merged 2 commits into from
May 31, 2016
Merged

Improve newline handling #179

merged 2 commits into from
May 31, 2016

Conversation

aaubry
Copy link
Owner

@aaubry aaubry commented May 12, 2016

This should fix issue #114, and obsolete PR #115. Includes unit tests that validate the intended behavior.

@aaubry aaubry merged commit 45da90c into master May 31, 2016
@aaubry aaubry mentioned this pull request Sep 8, 2016
@aaubry aaubry deleted the newline-handling branch May 15, 2017 09:21
willson556 added a commit to willson556/YamlDotNet that referenced this pull request Aug 6, 2021
If "\r\n\r\n" was found in an input string, "\r\n\r\n\r\n" would be
output instead of "\r\n\r\n\r\n". Same fix was used as in aaubry#179 for
literal scalars.
willson556 added a commit to willson556/YamlDotNet that referenced this pull request Aug 6, 2021
If "\r\n\r\n" was found in an input string, "\r\n\r\n\r\n" would be
output instead of "\r\n\r\n\r\n". Same fix was used as in aaubry#179 for
literal scalars.
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.

None yet

1 participant