mirror of
https://github.com/janet-lang/janet
synced 2025-11-24 19:24:48 +00:00
Add some more test cases for hex floats.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
(defmacro assert
|
||||
[x &opt e]
|
||||
(def xx (gensym))
|
||||
(default e ~',x)
|
||||
(default e (string/format "%j" x))
|
||||
~(do
|
||||
(def ,xx ,x)
|
||||
(,assert-no-tail ,xx ,e)
|
||||
|
||||
Reference in New Issue
Block a user