def test_reverse_ascii_props_mixed(self): """Test reverse ASCII properties.""" pattern = bre.compile_search(br'EX\C\L\CLE') m = pattern.match(br'EXaMpLE') self.assertTrue(m is not None)