mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 06:45:27 +00:00
$(uint|uint64) now works with nimscript (#15644)
* $(uint|uint64) now works with nimscript
* fixup
(cherry picked from commit 3cbe8d2c53)
This commit is contained in:
@@ -73,6 +73,9 @@ echo "Nimscript imports are successful."
|
||||
|
||||
block:
|
||||
doAssert "./foo//./bar/".normalizedPath == "foo/bar".unixToNativePath
|
||||
block:
|
||||
doAssert $3'u == "3"
|
||||
doAssert $3'u64 == "3"
|
||||
|
||||
block: # #14142
|
||||
discard dirExists("/usr")
|
||||
|
||||
Reference in New Issue
Block a user