Skip to content

Conversation

@mailletf
Copy link

...rn

// check that we handle all line endings correctly
testCsvLine("\n", {});
testCsvLine("\r\n", {});
testCsvLine("\r", {});

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC, "\r" was a line-ending on pre-OSX Mac systems. Do you really want to be able to handle that?

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.

3 participants