(ns same.klipse (:require-macros [same :refer [with-comparator]]) (:require [same :refer [ish? zeroish? not-zeroish? set-comparator!]] [same.compare :refer [compare-ulp]] [same.ish :refer [default-comparator]]))

Click here to make these examples interactive with ClojureScript.

Test Output

If you use ultra or humane-test-output to prettify your test outputs, you will also get diff outputs for tests using ish? as well as those using =, e.g.: