Exemplo n.º 1
0
 def test_encode(self):
     xml = "What’s New"
     python = u"What\u2019s New"
     self.assertEqual(decode_xml_char_reference(xml), python)
Exemplo n.º 2
0
 def test_encode(self):
     xml = "What’s New"
     python = u"What\u2019s New"
     self.assertEqual(decode_xml_char_reference(xml), python)