Skip to content

Commit

Permalink
Add CLJS test
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jun 1, 2024
1 parent a47df56 commit 8fc7f7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/borkdude/html_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"<div></div>"
#html [:div]

"<div></div>"
#xml [:div]

"<a href=\"#\">Hi</a>"
(html [:a {:href "#"} "Hi"])

Expand Down

0 comments on commit 8fc7f7b

Please sign in to comment.