Exemplo n.º 1
0
 def test_safe_xml_regex(self):
     for data in [u'\u0000', u'\u000e']:
         self.assertIsNotNone(_SAFE_XML_REGEX.match(data))
Exemplo n.º 2
0
 def test_safe_xml_regex(self):
     for data in [char(0), char(14)]:
         self.assertIsNotNone(_SAFE_XML_REGEX.match(data))
Exemplo n.º 3
0
 def test_safe_xml_regex(self):
     for data in [u'\u0000', u'\u000e']:
         self.assertIsNotNone(_SAFE_XML_REGEX.match(data))
Exemplo n.º 4
0
 def test_safe_xml_regex(self):
     for data in [char(0), char(14)]:
         self.assertIsNotNone(_SAFE_XML_REGEX.match(data))