gobwas / glob

Go glob
MIT License
957 stars 64 forks source link

Double star path matching not working as expected #58

Open pjlast opened 2 years ago

pjlast commented 2 years ago

When trying to match something.java to the path **/something.java, the package returns false.

This seems to be incorrect. Every online glob match tester I've tried makes a successful match, for example: https://www.digitalocean.com/community/tools/glob?comments=true&glob=**/something.java&matches=false&tests=something.java&tests=/something.java

But I could also be misunderstanding something here. Any clarification would be appreciated!

jplewa commented 1 year ago

FYI, https://github.com/bmatcuk/doublestar works as expected.