Skip to content

Commit

Permalink
Clean up code
Browse files Browse the repository at this point in the history
Remove some issues that were in the original Hiccup tests.
  • Loading branch information
Alys Brooks committed May 26, 2023
1 parent cf19c52 commit 906c6de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/lambdaisland/hiccup_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@
;borrowed from Hiccup:

(defmacro html [& body]
`(hiccup/render ~@body {:doctype? false})
)

(macroexpand-1 '(html [:test]))
`(hiccup/render ~@body {:doctype? false}))

(deftest tag-names
(testing "basic tags"
Expand Down

0 comments on commit 906c6de

Please sign in to comment.