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 #361 - Extra Windows newline in folded scalar. #626

Merged
merged 1 commit into from
Aug 6, 2021

Commits on Aug 6, 2021

  1. Fix Windows newline in folded scalar. aaubry#361

    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 committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    ce5c00a View commit details
    Browse the repository at this point in the history