-
Notifications
You must be signed in to change notification settings - Fork 40
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
The pattern_to_regex method does not seem to work correctly on windows. #63
Comments
@hakancelikdev It does not support |
Okey thank you |
@hakancelikdev Windows is supported by normalizing the Windows path to a POSIX path, and then matching it against the compiled regular expression patterns. If you're using the For the test that's failing, I'm not sure how |
gitignore file is as follows.
After converting each line to regex, I have a method called list_path that scans the python files in the current directory and returns the ones that do not match each pattern found in gitignore, and the following test failed in the Windows environment, do you have Windows support for Pathspec?
The text was updated successfully, but these errors were encountered: