Fix issue #1537 "filepath.split_list requires a trailing separator"

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"
This commit is contained in:
gitlost
2022-03-23 17:44:35 +00:00
parent 07bb93bb5d
commit 374e71e9b0
4 changed files with 140 additions and 3 deletions
+5
View File
@@ -54,6 +54,11 @@ echo Running core:math/linalg/glsl tests
echo ---
%PATH_TO_ODIN% run math/linalg/glsl %COMMON%
echo ---
echo Running core:path/filepath tests
echo ---
%PATH_TO_ODIN% run path/filepath %COMMON%
echo ---
echo Running core:reflect tests
echo ---