Closed SoonIter closed 1 year ago
assert!(glob_match("**/y.txt", "y.txt")); // panic assert!(glob_match("**/package.json", "package.json")); // panic assert!(glob_match("**/{package}.json", "package.json")); // true
Maybe this should work.
All of those seem to pass with the latest version. Do you still see an issue?
Looks good, and take my star 😆
Maybe this should work.