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