From 910bfcf768c2305a6885b0d1f491561d09ebd9ca Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Sun, 8 Nov 2020 21:13:47 +0300 Subject: feature(macros): add metadata macros, doc, and some tests --- test/core.fnl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/core.fnl') diff --git a/test/core.fnl b/test/core.fnl index c05f2ec..557f042 100644 --- a/test/core.fnl +++ b/test/core.fnl @@ -1,6 +1,6 @@ -(import-macros {: fn*} :macros.fn) -(import-macros {: into : defmethod : defmulti} :macros.core) -(import-macros {: assert-eq : assert-ne : assert* : testing : deftest} :test.test) +(require-macros :macros.fn) +(require-macros :macros.core) +(require-macros :test.test) (local {: apply -- cgit v1.2.3