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