Closed ericcornelissen closed 1 month ago
Caused by https://github.com/ericcornelissen/shescape/pull/1762
This makes the wildcard * properly match 0-or-more when the dependency hierarchy is foo > bar and the ignore directives is foo > * > bar.
*
foo > bar
foo > * > bar
Caused by https://github.com/ericcornelissen/shescape/pull/1762
Summary
This makes the wildcard
*
properly match 0-or-more when the dependency hierarchy isfoo > bar
and the ignore directives isfoo > * > bar
.