mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-27 17:11:40 +00:00
(cherry picked from commit 3dad130034)
This commit is contained in:
committed by
narimiran
parent
b6924383df
commit
fbf28d1ce7
@@ -338,6 +338,10 @@ block ospaths:
|
||||
doAssert joinPath("", "lib") == "lib"
|
||||
doAssert joinPath("", "/lib") == unixToNativePath"/lib"
|
||||
doAssert joinPath("usr/", "/lib") == unixToNativePath"usr/lib"
|
||||
doAssert joinPath("", "") == unixToNativePath""
|
||||
doAssert joinPath("/" / "") == unixToNativePath"/"
|
||||
doAssert joinPath("/", "/a/b/c") == unixToNativePath"/a/b/c"
|
||||
doAssert joinPath("foo/","") == unixToNativePath"foo/"
|
||||
|
||||
block getTempDir:
|
||||
block TMPDIR:
|
||||
|
||||
Reference in New Issue
Block a user