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