1
0
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:
Calvin Rose 2019-12-31 11:36:21 -05:00
parent a15d841b5b
commit b872ee024f

View File

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