-
Notifications
You must be signed in to change notification settings - Fork 19
Add empty host and trailing slash to windows file paths #71
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
Conversation
5c36fbc
to
52606c7
Compare
Codecov Report
@@ Coverage Diff @@
## master #71 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 139 143 +4
=========================================
+ Hits 139 143 +4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
52606c7
to
03e0c6c
Compare
@peterpostmann please have a look and comment if you agree or not with what I have done here. |
I found one more issue: We are not catching the case, where it's just the drive letter, i.e. |
1089f0c
to
9d8d47f
Compare
done in 3rd commit. The new test case fails before the change and passes with the change. |
This is a rebase of PR #25 with conflicts resolved...
In the 2nd commit, I have added some comments and simplified the windows_path regex in a similar way to what @peterpostmann has suggested in comment #25 (comment)