From 25ef558cb61d7aa0fc60daf1c835615b61cebbb3 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 13 Dec 2024 21:47:21 -0800 Subject: [PATCH] fixes #42 by removing implicit expect support Signed-off-by: Sean Corfield --- test/expectations/clojure/test_test.cljc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/expectations/clojure/test_test.cljc b/test/expectations/clojure/test_test.cljc index dd2b218..152df74 100644 --- a/test/expectations/clojure/test_test.cljc +++ b/test/expectations/clojure/test_test.cljc @@ -223,3 +223,6 @@ (deftest issue-19-regex-test (is (sut/expect (re-pattern "\\d+") "1000"))) + +#_ ; #42 throw exception at macro expansion time: +(sut/defexpect issue-42 string? "explode")