aboutsummaryrefslogtreecommitdiff
path: root/tests/core/path
Commit message (Collapse)AuthorAgeFilesLines
* Port `tests\core\path\filepath`Jeroen van Rijn2024-06-021-38/+35
|
* Keep `-vet` happy by removing `using`gingerBill2023-07-311-12/+6
|
* Fix issue #1537 "filepath.split_list requires a trailing separator"gitlost2022-03-231-0/+123
Does `make()` with `count + 1` and appends final component (note a trailing separator will now result in an empty final component) Adds test "tests/core/path/filepath/test_core_filepath.odin"