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 Aug 1, 2023
1 parent fb9d086 commit c2dd8a5
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 @@ -79,10 +79,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 c2dd8a5

Please sign in to comment.