From 9a9164d8ac1b7d11fbac3715244bbe0573f3c370 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Sat, 24 Oct 2020 22:28:20 +0300 Subject: feature(core functions): Added more core functions --- macros_test.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros_test.fnl') diff --git a/macros_test.fnl b/macros_test.fnl index 349be1b..7d3818a 100644 --- a/macros_test.fnl +++ b/macros_test.fnl @@ -3,7 +3,7 @@ (local {: eq?} (require :core)) ;; required for testing -(test into-test +(test into (assert-eq (into [] []) []) (assert-eq (into [1 2 3] []) [1 2 3]) (assert-eq (into [1 2 3] [4 5 6]) [1 2 3 4 5 6]) -- cgit v1.2.3