Searched refs:assertMatch (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_re.py | 434 def assertMatch(self, pattern, text, match=None, span=None, member in ReTests 458 self.assertMatch(re.escape(c), c) 459 self.assertMatch(re.escape(p), p) 471 self.assertMatch(re.escape(b), b) 472 self.assertMatch(re.escape(p), p) 478 self.assertMatch(s_escaped, s) 479 self.assertMatch(u'.%s+.' % re.escape(u'\u2620'), s, 486 self.assertMatch(b_escaped, b)
|