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 70cb572 commit b927701Copy full SHA for b927701
1 file changed
tests/test_utils.py
@@ -337,6 +337,10 @@ def example_child():
337
html.div(example_parent()),
338
'<div><div id="sample" style="padding:15px"><h1>Sample Application</h1></div></div>',
339
),
340
+ (
341
+ html.form({"acceptCharset": "utf-8"}),
342
+ '<form accept-charset="utf-8"></form>',
343
+ ),
344
],
345
)
346
def test_vdom_to_html(vdom_in, html_out):
0 commit comments