Kaydet (Commit) de6d3afb authored tarafından Jon Dufresne's avatar Jon Dufresne Kaydeden (comit) Carlton Gibson

Refs #27804 -- Used subTest() in HTMLEqualTests.test_self_closing_tags.

üst e2feea5f
......@@ -542,6 +542,7 @@ class HTMLEqualTests(SimpleTestCase):
'base', 'col',
)
for tag in self_closing_tags:
with self.subTest(tag):
dom = parse_html('<p>Hello <%s> world</p>' % tag)
self.assertEqual(len(dom.children), 3)
self.assertEqual(dom[0], 'Hello')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment