Fork me on GitHub
#testing
<
2023-09-24
>
Ingy döt Net03:09:28

Is there an equality operator that also compares metadata. Couldn't find it googling. I can easily write one I suppose. Wondering how that would play along with clojure.test and https://github.com/pjstadig/humane-test-output

Ingy döt Net04:09:47

nvm, I think I can just (= [ foo (meta foo) ] [ bar (meta bar) ])

👍 1