mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-27 15:31:33 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user