-
Notifications
You must be signed in to change notification settings - Fork 21
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
Various bugs #66
Comments
What version are you using? |
I took the latest stable from NuGet |
So based on 1.1.9 and your failing test cases: Directory traversal in glob patterns is not supported and I don't think it makes sense to do that:
throws GlobPatternException
This pattern is weird. Just use
Roots are treated specially between windows and linux/mac. In the Mac/Linux case this would work fine but a starting
In addition escaping is not supported on 1.1.9. The pre-release versions have support for escaping glob characters. |
OK. You can close the ticket. Sorry, I forgot to check before, but today I found that the filename |
Summary (I did not check on Linux, but hopefully, matching there is case-sensitive):
Details (YES = all good):
The text was updated successfully, but these errors were encountered: