Skip to content

Tests fail on Windows due to path and line ending differences #160

@denini08

Description

@denini08

When running the tests on Windows, some tests fail due to differences in file paths and line endings compared to Linux/macOS. Specifically:

  • File paths use backslashes () on Windows instead of forward slashes (/).
  • Line endings are \r\n on Windows instead of \n.
  • Some error messages containing paths need normalization for cross-platform compatibility.

I will submit a pull request to fix this in a way that works on all platforms without breaking existing behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions