We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814c703 commit 8994f73Copy full SHA for 8994f73
1 file changed
tests/test_lxp.py
@@ -70,6 +70,9 @@ def test_comment(self):
70
def test_cdata(self):
71
self.assertXmlEquals("<x><![CDATA[foo]]></x>","<x>foo</x>")
72
73
+ def test_html_optional_close(self):
74
+ self.assertXmlEquals("<p>foo</p>","<p>foo</p>")
75
+
76
class OpmlTest(Xhtml5Test):
77
78
def test_mixedCaseElement(self):
0 commit comments