diff --git a/test/babashka/main_test.clj b/test/babashka/main_test.clj index 344f22fe..e1702323 100644 --- a/test/babashka/main_test.clj +++ b/test/babashka/main_test.clj @@ -479,6 +479,9 @@ (deftest ordered-test (is (= (ordered-map :a 1 :b 2) (bb nil "(flatland.ordered.map/ordered-map :a 1 :b 2)")))) +(deftest data-diff-test + (is (= [[nil 1] [nil 2] [1 nil 2]] (bb nil "(require '[clojure.data :as d]) (d/diff [1 1 2] [1 2 2])")))) + ;;;; Scratch (comment