Skip to content

Commit 077f3e1

Browse files
authored
Update test_web.py (#15)
Add missing assert
1 parent 5dc4b54 commit 077f3e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pep/test_web.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def test_html_nested_template_text():
143143
template: Template = t"<p>{good}</p>"
144144
element = html(template)
145145
expected = Element("p", {}, [Element("script", {}, ["alert('good')"])])
146+
assert element == expected
146147

147148

148149
def test_html_p_with_attributes():

0 commit comments

Comments
 (0)