-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
On windows path spaces should resolve to %20 #288
Conversation
Codecov Report
@@ Coverage Diff @@
## master #288 +/- ##
==========================================
+ Coverage 97.2% 97.24% +0.03%
==========================================
Files 6 6
Lines 215 218 +3
==========================================
+ Hits 209 212 +3
Misses 6 6
Continue to review full report at Codecov.
|
@elios264 please submit a PR with a failing test case, or submit a PR with a fix. your comment doesn't contain any useful information. |
What kind of change does this PR introduce?
Bugfix
Did you add tests for your changes?
Yes
Summary
fixes #284, on windows path spaces should resolve to %20
Does this PR introduce a breaking change?
For implementations relying on the bug, possibly.
Other information
This PR is WIP until this line is removed, as changes will be pushed to the target branch for AppVeyor to compile, as I don't have access to Windows at the moment.