|
| 1 | +test_sre |
| 2 | +test_support -- test failed re module pickle |
| 3 | +test_support -- test failed re module cPickle |
| 4 | +=== Syntax error: ('(?P<foo_123>a)(?P=foo_123)', 'aa', 0, 'g1', 'a') |
| 5 | +=== Failed incorrectly ('^(.+)?B', 'AB', 0, 'g1', 'A') |
| 6 | +=== Failed incorrectly ('(a+)+\\1', 'aa', 0, 'found+"-"+g1', 'aa-a') |
| 7 | +=== grouping error ('([^/]*/)*sub1/', 'd:msgs/tdir/sub1/trial/away.cpp', 0, 'found+"-"+g1', 'd:msgs/tdir/sub1/-tdir/') 'd:msgs/tdir/sub1/-trial/' should be 'd:msgs/tdir/sub1/-tdir/' |
| 8 | +=== Syntax error: ('(?P<id>aa)(?P=id)', 'aaaa', 0, 'found+"-"+id', 'aaaa-aa') |
| 9 | +=== grouping error ('([abc])*bcd', 'abcd', 0, 'found+"-"+g1', 'abcd-a') 'abcd-c' should be 'abcd-a' |
| 10 | +=== grouping error ('(?i)([abc])*bcd', 'ABCD', 0, 'found+"-"+g1', 'ABCD-A') 'ABCD-C' should be 'ABCD-A' |
| 11 | +=== Syntax error: ('a(?!b).', 'abad', 0, 'found', 'ad') |
| 12 | +=== Syntax error: ('a(?=d).', 'abad', 0, 'found', 'ad') |
| 13 | +=== Syntax error: ('a(?=c|d).', 'abad', 0, 'found', 'ad') |
| 14 | +=== Failed incorrectly ('^(.+)?B', 'AB', 0, 'g1', 'A') |
0 commit comments