We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f077be0 commit 749ba99Copy full SHA for 749ba99
test/cljc/hickory/test/core.cljc
@@ -17,7 +17,7 @@
17
(is (= {:type :document,
18
:content [{:type :document-type,
19
:attrs {:name "html", :publicid "", :systemid ""
20
- :#doctype "html"}}
+ #?@(:clj [:#doctype "html"])}}
21
{:type :element,
22
:attrs nil,
23
:tag :html,
@@ -59,7 +59,7 @@
59
60
61
62
63
64
65
0 commit comments