def test_html_tidy(self):
     rendered = ParsableText.html('<non existing tag></...>')
     assert '<non existing tag>' not in rendered
 def test_html_tidy(self):
     rendered = ParsableText.html('<non existing tag></...>')
     assert '<non existing tag>' not in rendered
 def test_html_tidy(self):
     rendered = ParsableText.html("<non existing tag></...>")
     assert "<non existing tag>" not in rendered