Skip to content

Conversation

@jmd
Copy link

@jmd jmd commented Jul 17, 2019

The tests were failing because they were performing binary comparison with
test files for which git can perform EOL (end of line) conversion. On Windows
by default this means that the '\n' are replaced by '\r\n'.

The added .gitattributes file disables the EOL conversion for the two folders
containing text files used by the tests. With this (and rechecking out the two
folders) all the tests now pass successfully on Windows.

The tests were failing because they were performing binary comparison with
test files for which git can perform EOL (end of line) conversion. On Windows
by default this means that the '\n' are replaced by '\r\n'.

The added .gitattributes file disables the EOL conversion for the two folders
containing text files used by the tests. With this (and rechecking out the two
folders) all the tests now pass successfully on Windows.
@scanny scanny force-pushed the develop branch 5 times, most recently from 4762810 to 0a8e9c4 Compare May 1, 2024 19:26
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.

1 participant