Skip to content

Add CRLF tests for multiline strings #166

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add CRLF tests for multiline strings #166

wants to merge 1 commit into from

Conversation

arp242
Copy link
Member

@arp242 arp242 commented Apr 19, 2025

These should behave identical

We can't merge this (yet) because some parsers normalize them to \n and others leave them as \r\n. Both are valid as parsers are free to normalize newlines.

Need to think about the best option for this. Maybe a new flag?

These should behave identical

We can't merge this (yet) because some parsers normalize them to \n and
others leave them as \r\n. Both are valid as parsers are free to
normalize newlines.

Need to think about the best option for this. Maybe a new flag?
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