Merge pull request #7206 from ssenthilnathan3/fix/os-glob-clone

Fix os.glob not cloning pattern when no meta characters present
This commit is contained in:
gingerBill
2026-08-04 10:52:43 +02:00
committed by GitHub
2 changed files with 8 additions and 1 deletions

View File

@@ -380,6 +380,13 @@ glob_tests := []Glob_Test{
},
err = {},
},
{
pattern = ODIN_ROOT + "tests/core/os/path.odin",
matches = {
ODIN_ROOT + "tests/core/os/path.odin",
},
err = {},
},
}
@(test)