testing 2023-09-24

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

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

👍 1