mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Add test for issue #232
This commit is contained in:
parent
a15d841b5b
commit
b872ee024f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user