From 672e6221dfd065bba69d097806f10ec7344b4fb9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 12 Sep 2014 20:52:34 +0100 Subject: Re-format trailing parentheses --- test/microformats/parser_test.clj | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/test/microformats/parser_test.clj b/test/microformats/parser_test.clj index 1de377c..a28261e 100644 --- a/test/microformats/parser_test.clj +++ b/test/microformats/parser_test.clj @@ -14,8 +14,7 @@ "

Example User

" {:items [{:properties {:nickname "exuser"}}] :rels {}} - "

exuser

" - )) + "

exuser

")) (deftest parse-p-special-elements (testing "img, abbr and data elements should be parsed differently" @@ -27,8 +26,7 @@ "
@example
" {:items [{:properties {:name "Example User"}}] :rels {}} - "
" - ))) + "
"))) (deftest parse-p-empty-br-hr (testing "br and hr tags should return empty strings" @@ -37,5 +35,4 @@ "

" {:items [{:properties {:name ""}}] :rels {}} - "

") - )) + "

"))) -- cgit 1.4.1