diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-31 14:24:30 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2026-02-08 12:51:29 +0100 |
| commit | 691dc44719700add54f1ec86fbed9f9a93183855 (patch) | |
| tree | 9e99af8d650bac17ee894c9b8d57481b16af8034 /tests | |
| parent | cc50be1a6cea7587656124ad3fc0917e1ad9f737 (diff) | |
Add `glob` + `match` to os2
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/core/os/os2/path.odin | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/core/os/os2/path.odin b/tests/core/os/os2/path.odin index 7b1cb0146..1a470396b 100644 --- a/tests/core/os/os2/path.odin +++ b/tests/core/os/os2/path.odin @@ -375,3 +375,11 @@ test_split_path_list :: proc(t: ^testing.T) { } } } + +@(test) +test_glob :: proc(t: ^testing.T) { + + + + +}
\ No newline at end of file |