Skip to content

Commit

Permalink
Cover TaggedLiteral print-method with a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Mar 7, 2015
1 parent ab6fa0a commit 3aaea50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/puget/data_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
(is (= 'foo tag))
(is (= :bar form))
(is (= "#foo :bar" string))
(is (= "#foo :bar" (pr-str data)))
(is (= data (edn/read-string {:default data/tagged-literal} string)))))


Expand Down

0 comments on commit 3aaea50

Please sign in to comment.