File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
test/lambdaisland/deep_diff2 Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2626
2727(deftest print-doc-test
2828 (testing " date"
29- (let [expected ( str/replace " \u 001B[31m-#inst \" 2019-04-09T14:57:46.128-00:00\"\u 001B[0m \u 001B[32m+#inst \" 2019-04-10T14:57:46.128-00:00\"\u 001B[0m\n " " \r\n " " \n " ) ]
29+ (let [expected " \u 001B[31m-#inst \" 2019-04-09T14:57:46.128-00:00\"\u 001B[0m \u 001B[32m+#inst \" 2019-04-10T14:57:46.128-00:00\"\u 001B[0m\n " ]
3030 (is (= expected
31- (printed (diff/diff #inst " 2019-04-09T14:57:46.128-00:00"
32- #inst " 2019-04-10T14:57:46.128-00:00" ))))))
31+ (str/replace (printed (diff/diff #inst " 2019-04-09T14:57:46.128-00:00"
32+ #inst " 2019-04-10T14:57:46.128-00:00" ))
33+ " \r\n " " \n " )))))
3334
3435 #? (:bb nil ; ; bb TimeStamp constructor not included as of 1.0.166
3536 :clj
You can’t perform that action at this time.
0 commit comments