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