1
0
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:
Calvin Rose
2024-06-01 13:03:36 -05:00
26 changed files with 332 additions and 152 deletions

View File

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