예제 #1
0
 def test_html_tidy(self):
     rendered = ParsableText.html('<non existing tag></...>')
     assert '<non existing tag>' not in rendered
예제 #2
0
 def test_html_tidy(self):
     rendered = ParsableText.html('<non existing tag></...>')
     assert '<non existing tag>' not in rendered
예제 #3
0
 def test_html_tidy(self):
     rendered = ParsableText.html("<non existing tag></...>")
     assert "<non existing tag>" not in rendered