mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
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:
committed by
GitHub
parent
757edcc8fb
commit
f46ab5b697
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user