Skip to content

Commit 64e47e1

Browse files
author
Alys Brooks
committed
Clean up code
Remove some issues that were in the original Hiccup tests.
1 parent dab53f3 commit 64e47e1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/lambdaisland/hiccup_test.clj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,7 @@
7979
;borrowed from Hiccup:
8080

8181
(defmacro html [& body]
82-
`(hiccup/render ~@body {:doctype? false})
83-
)
84-
85-
(macroexpand-1 '(html [:test]))
82+
`(hiccup/render ~@body {:doctype? false}))
8683

8784
(deftest tag-names
8885
(testing "basic tags"

0 commit comments

Comments
 (0)