mirror of
https://github.com/janet-lang/janet
synced 2025-10-23 11:47:40 +00:00
Prepare for 1.11.1 release.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
"Run a marshaling test using the make-image and load-image functions."
|
||||
[x msg]
|
||||
(def im (make-image x))
|
||||
(printf "\nimage-hash: %d" (-> im string hash))
|
||||
# (printf "\nimage-hash: %d" (-> im string hash))
|
||||
(assert-no-error msg (load-image im)))
|
||||
|
||||
(check-image (fn [] (fn [] 1)) "marshal nested functions")
|
||||
|
Reference in New Issue
Block a user