You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first assert passes, whereas the second one does not. I believe the issue is here, where the code to detect a leading doublestar is hardcoded to compare against the start of the glob, rather than the start of the current option inside the braces.
The text was updated successfully, but these errors were encountered:
If you have a glob that starts with a
**
, the behavior changes based on whether or not you wrap it in{}
s. For instance:The first assert passes, whereas the second one does not. I believe the issue is here, where the code to detect a leading doublestar is hardcoded to compare against the start of the glob, rather than the start of the current option inside the braces.
The text was updated successfully, but these errors were encountered: