We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc4b54 commit 077f3e1Copy full SHA for 077f3e1
1 file changed
pep/test_web.py
@@ -143,6 +143,7 @@ def test_html_nested_template_text():
143
template: Template = t"<p>{good}</p>"
144
element = html(template)
145
expected = Element("p", {}, [Element("script", {}, ["alert('good')"])])
146
+ assert element == expected
147
148
149
def test_html_p_with_attributes():
0 commit comments