We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ef0b0 commit 25ef558Copy full SHA for 25ef558
test/expectations/clojure/test_test.cljc
@@ -223,3 +223,6 @@
223
224
(deftest issue-19-regex-test
225
(is (sut/expect (re-pattern "\\d+") "1000")))
226
+
227
+#_ ; #42 throw exception at macro expansion time:
228
+(sut/defexpect issue-42 string? "explode")
0 commit comments