mirror of
https://github.com/janet-lang/janet
synced 2025-11-01 08:03:02 +00:00
Add test for issue #232
This commit is contained in:
@@ -277,6 +277,8 @@
|
|||||||
|
|
||||||
(assert (= (constantly) (constantly)) "comptime 1")
|
(assert (= (constantly) (constantly)) "comptime 1")
|
||||||
|
|
||||||
|
(assert-error "arity issue in macro" (eval '(each [])))
|
||||||
|
|
||||||
(with [f (file/temp)]
|
(with [f (file/temp)]
|
||||||
(file/write f "foo\n")
|
(file/write f "foo\n")
|
||||||
(file/flush f)
|
(file/flush f)
|
||||||
|
|||||||
Reference in New Issue
Block a user