Beispiel #1
0
 def test_issue3356():
     pattern = re.compile(compat.unescape_unicode(prefix_search.decode("utf8")))
     assert not pattern.search("hello")
 def test_issue3356():
     pattern = re.compile(unescape_unicode(prefix_search.decode("utf8")))
     assert not pattern.search("hello")