Skip to content

Commit 906c6de

Browse files
author
Alys Brooks
committed
Clean up code
Remove some issues that were in the original Hiccup tests.
1 parent cf19c52 commit 906c6de

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
@@ -36,10 +36,7 @@
3636
;borrowed from Hiccup:
3737

3838
(defmacro html [& body]
39-
`(hiccup/render ~@body {:doctype? false})
40-
)
41-
42-
(macroexpand-1 '(html [:test]))
39+
`(hiccup/render ~@body {:doctype? false}))
4340

4441
(deftest tag-names
4542
(testing "basic tags"

0 commit comments

Comments
 (0)