Fix core.match test

This commit is contained in:
Michiel Borkent 2021-01-28 23:19:10 +01:00
parent d81bcfcf76
commit 77a95cf778

View file

@ -77,8 +77,8 @@
(match [x]
[([1 z 4] :seq)] z
[([_ _ _] :seq)] :a2
:else [])
:a2))))
:else []))
:a2)))
(deftest map-pattern-match-1
(is (= (let [x {:a 1 :b 1}]