mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-05 19:34:12 +00:00
Fixes splitfile (#11918) [bugfix]
This commit is contained in:
@@ -237,6 +237,7 @@ block splitFile:
|
||||
doAssert splitFile("abc/.") == ("abc", ".", "")
|
||||
doAssert splitFile("..") == ("", "..", "")
|
||||
doAssert splitFile("a/..") == ("a", "..", "")
|
||||
doAssert splitFile("/foo/abc....txt") == ("/foo", "abc...", ".txt")
|
||||
|
||||
# execShellCmd is tested in tosproc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user