Home | History | Annotate | Download | only in test

Lines Matching refs:IGNORECASE

561         self.assertEqual(re.I, re.IGNORECASE)
1004 # Try the match with IGNORECASE enabled, and check that it
1006 obj = re.compile(pattern, re.IGNORECASE)