Skip to content

Fixed Some Corner Cases

Compare
Choose a tag to compare
@bmatcuk bmatcuk released this 30 Jun 01:02
· 86 commits to master since this release

Fixed a few corner cases where doublestar did not return the same result as golang's built-in Match functions. Since doublestar is meant to be a drop-in replacement, it should produce the same results.

Thanks @storyicon for submitting the bug report!