def test_ascii_upper_props(self): """Test ASCII uppercase properties.""" pattern = bre.compile_search(br'EX\c+LE') m = pattern.match(br'EXAMPLE') self.assertTrue(m is not None)