Skip to content

Conversation

@Antimonit
Copy link
Owner

See robfletcher#307


TL;DR: On a Windows machine, many tests fail due to incorrect line endings. The library assumes Java internally uses \r\n on Windows, but \r\n should be only used for user-facing output. The internal Java representation still uses \n, even when running on Windows.

@Antimonit Antimonit self-assigned this Jun 21, 2025
@Antimonit Antimonit merged commit 5fa472f into main Jun 21, 2025
4 checks passed
@Antimonit Antimonit deleted the replace-line-separator branch June 21, 2025 14:15
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