aboutsummaryrefslogtreecommitdiff
path: root/tests/core/path/filepath
Commit message (Collapse)AuthorAgeFilesLines
* Fix filepath.dirJeroen van Rijn35 hours1-0/+19
|
* short_stemJeroen van Rijn2 days1-1/+1
|
* Fix `os.stem`, `os.short_stem`.Jeroen van Rijn2 days1-0/+23
|
* More conflicts during rebaseJeroen van Rijn7 days1-6/+6
|
* Fix indentation of testsgingerBill2024-06-291-4/+2
|
* 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"