lambdaisland / deep-diff2

Deep diff Clojure data structures and pretty print the result
Eclipse Public License 1.0
296 stars 18 forks source link

Fix round-trip test #28

Closed alysbrooks closed 2 years ago

alysbrooks commented 2 years ago

Occasionally the round-trip-diff test would fail in Clojure because we weren't checking for NaNs in Clojure so we'd generate forms that couldn't be compared. Fixes #27.