blob: d3732b5214985ede6609e0c6031770ded70d3325 [file] [log] [blame]
Fredrik Lundhdf02d0b2000-06-30 07:08:20 +00001test_sre
2test_support -- test failed re module pickle
3test_support -- test failed re module cPickle
Fredrik Lundhdf02d0b2000-06-30 07:08:20 +00004=== Failed incorrectly ('^(.+)?B', 'AB', 0, 'g1', 'A')
5=== Failed incorrectly ('(a+)+\\1', 'aa', 0, 'found+"-"+g1', 'aa-a')
6=== 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/'
Fredrik Lundhdf02d0b2000-06-30 07:08:20 +00007=== grouping error ('([abc])*bcd', 'abcd', 0, 'found+"-"+g1', 'abcd-a') 'abcd-c' should be 'abcd-a'
8=== grouping error ('(?i)([abc])*bcd', 'ABCD', 0, 'found+"-"+g1', 'ABCD-A') 'ABCD-C' should be 'ABCD-A'
Fredrik Lundhdf02d0b2000-06-30 07:08:20 +00009=== Failed incorrectly ('^(.+)?B', 'AB', 0, 'g1', 'A')