Skip to content

Commit 408a0b2

Browse files
committed
Test data- and aria- attributes
1 parent 7f83ebb commit 408a0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/cljs/webui/main.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
:render
5353
(fn [{:keys [this state]}]
5454
(let [{:keys [rect]} @state]
55-
[:div {}
55+
[:div {:data-foo "bar" :aria-foo "bar"}
5656
[:h2 {} (r/get-display-name this)]
5757
[:div {}
5858
"Real count: " (:real-count @state) [:br]

0 commit comments

Comments
 (0)