From e97cde20d732a32e5a34892ca21ab1688a1fe0ca Mon Sep 17 00:00:00 2001 From: Greg Look Date: Tue, 13 Oct 2015 23:28:33 -0700 Subject: [PATCH] Add test for pr-handler. --- test/puget/printer_test.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/test/puget/printer_test.clj b/test/puget/printer_test.clj index 9fd4ea6..ae7b67c 100644 --- a/test/puget/printer_test.clj +++ b/test/puget/printer_test.clj @@ -152,6 +152,7 @@ (deftest handled-types + (is (= "\"foo\"" (pr-handler {} "foo"))) (is (= "#inst \"2015-10-12T05:23:08.000-00:00\"" (render-str (canonical-printer java-handlers) (java.util.Date. 1444627388000)))))