$(uint|uint64) now works with nimscript (#15644)

* $(uint|uint64) now works with nimscript

* fixup

(cherry picked from commit 3cbe8d2c53)
This commit is contained in:
Timothee Cour
2020-10-20 05:26:37 -07:00
committed by narimiran
parent 5874bce91c
commit 11ef97d57f
4 changed files with 23 additions and 22 deletions

View File

@@ -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")