AlexBaranosky / gui-diff

Tools for side-by-side diffing of Clojure data structures and clojure.test failures
46 stars 8 forks source link

handle actuals with other than 2 in the sexp #9

Closed AlexBaranosky closed 11 years ago

AlexBaranosky commented 11 years ago

FAIL in (foo-test) (core_test.clj:108) expected: (true? false) actual: (not (true? false))

or what about (is (= 1 2 3 4))

AlexBaranosky commented 11 years ago

https://github.com/AlexBaranosky/gui-diff/commit/931a859f09249464fb52bc9e73e846271f82c2ec

Going to just not report unless the result is in the form '(= 1 2)