fix!: Fix glob.match behavior in presence of : (#390)

glob.match("api://*/appId", null, "api://foo.com/appId") wasn't
being handled correctly. Switch to globset crate.

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2025-04-09 11:11:57 -07:00
committed by GitHub
parent 757edcc8fb
commit f46ab5b697
9 changed files with 475 additions and 539 deletions
+1
View File
@@ -292,6 +292,7 @@ fn yaml_test_impl(file: &str) -> Result<()> {
"compare.yaml",
"diff.yaml",
"format.yaml",
"globmatch.yaml",
"now_ns.yaml",
"parse_duration_ns.yaml",
"parse_ns.yaml",