pgtoolkit icon indicating copy to clipboard operation
pgtoolkit copied to clipboard

Tests fail on Windows due to path and line ending differences

Open denini08 opened this issue 5 months ago • 0 comments

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.

denini08 avatar Aug 22 '25 19:08 denini08