Exemplo n.º 1
0
 def test_remove_right_escaped_html_paragraph(self):
     self.assertEqual('Mitt', word.remove_html_tags('Mitt</p>'))
Exemplo n.º 2
0
 def test_remove_left_html_paragraph(self):
     self.assertEqual('Mitt', word.remove_html_tags('<p>Mitt'))