mirror of
https://github.com/janet-lang/janet
synced 2025-10-31 23:53:02 +00:00
Merge branch 'master' into compile-opt
This commit is contained in:
@@ -987,5 +987,7 @@
|
||||
(b)))
|
||||
(assert (= -2 (man-or-boy 2)))
|
||||
(assert (= -67 (man-or-boy 10)))
|
||||
(assert (= :a (with-env @{:b :a} (dyn :b))) "with-env dyn")
|
||||
(assert-error "unknown symbol +" (with-env @{} (eval '(+ 1 2))))
|
||||
|
||||
(end-suite)
|
||||
|
||||
Reference in New Issue
Block a user