Skip to content

Commit b927701

Browse files
committed
Fix coverage
1 parent 70cb572 commit b927701

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,10 @@ def example_child():
337337
html.div(example_parent()),
338338
'<div><div id="sample" style="padding:15px"><h1>Sample Application</h1></div></div>',
339339
),
340+
(
341+
html.form({"acceptCharset": "utf-8"}),
342+
'<form accept-charset="utf-8"></form>',
343+
),
340344
],
341345
)
342346
def test_vdom_to_html(vdom_in, html_out):

0 commit comments

Comments
 (0)