-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
extglob implicit * #58
Comments
Nope. That's a bug I think. |
Adding some info:
|
Was this a confirmed bug? I'm seeing something similar with the following. /src/js/temp/bar.js /src/js/bar.js pattern 'src/js/*/.js' matces all js files as expected. pattern 'src/js/!(config|temp)*/.js' does NOT see /src/js/bar.js |
@arve0 Can you see how this behaves using 2.0.10? |
This is resolved, at least in 3.0.0: > m(f2, pattern, {nonegate:true})
true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In node repl:
Is this expected?
The text was updated successfully, but these errors were encountered: