Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix windows directory separator #687

Merged
merged 4 commits into from Aug 31, 2022
Merged

Fix windows directory separator #687

merged 4 commits into from Aug 31, 2022

Conversation

skarab42
Copy link
Contributor

@sindresorhus Under windows some tests on file names did not match because they were compared with different directory separators. This PR fixes this issue using the slash lib where it was required for my case, it is possible that for other configurations (under windows) it should be done elsewhere as well.

Fixes sindresorhus/type-fest#451

@sindresorhus sindresorhus merged commit a608bf1 into xojs:main Aug 31, 2022
@skarab42 skarab42 deleted the fix-window-directory-separator branch August 31, 2022 13:04
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.

Tests no longer run with xo v0.52.2
2 participants