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

splitExtenstion misbehaves on windows with network drives #185

Closed
hasufell opened this issue Feb 18, 2023 · 2 comments
Closed

splitExtenstion misbehaves on windows with network drives #185

hasufell opened this issue Feb 18, 2023 · 2 comments
Labels

Comments

@hasufell
Copy link
Member

ghci> W.splitExtension "\\shared.with.dots"
("\\shared.with",".dots")

This is wrong. shared.with.dots is not a filename.

@hasufell hasufell added the bug label Feb 18, 2023
@hasufell
Copy link
Member Author

Discovered in #183

@hasufell
Copy link
Member Author

invalid... forgot that we need to escape slashes, lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant