venantius / ultra

A Leiningen plugin for a superior development environment
Eclipse Public License 1.0
1.24k stars 37 forks source link

Whitespace in string diffs is incorrectly eliminated in tests. #81

Closed venantius closed 6 years ago

venantius commented 6 years ago

The way string diffs are currently handled seems to improperly report whitespace. See below:

Sample failing test:

(deftest whitespace-test
  (is (= "thing 1     2" 
         "thing 1  2")))
screen shot 2018-02-14 at 10 47 57 am