Skip to content

Cannot test on windows #13

@meszaros-lajos-gyorgy

Description

@meszaros-lajos-gyorgy

When I checkout the code on a Windows 7 machine, it automatically transforms every line ending from LF to CRLF and this makes the tests explode.

I can edit my git configuration to not turn line endings automatically to windows style by calling git config --global core.autocrlf true, but it seems like an unnecessary extra round for windows users to do, since git will change the line endings back to LF when I commit. (By the way, these are the default settings for git on windows)

I would be happier, if that option would be removed from the tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions