mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
- untabified sre_constants.py
This commit is contained in:
parent
a4657f736c
commit
43b3b49b5a
6 changed files with 146 additions and 90 deletions
|
@ -6,7 +6,4 @@ test_support -- test failed re module cPickle
|
|||
=== 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/'
|
||||
=== grouping error ('([abc])*bcd', 'abcd', 0, 'found+"-"+g1', 'abcd-a') 'abcd-c' should be 'abcd-a'
|
||||
=== grouping error ('(?i)([abc])*bcd', 'ABCD', 0, 'found+"-"+g1', 'ABCD-A') 'ABCD-C' should be 'ABCD-A'
|
||||
=== Syntax error: ('a(?!b).', 'abad', 0, 'found', 'ad')
|
||||
=== Syntax error: ('a(?=d).', 'abad', 0, 'found', 'ad')
|
||||
=== Syntax error: ('a(?=c|d).', 'abad', 0, 'found', 'ad')
|
||||
=== Failed incorrectly ('^(.+)?B', 'AB', 0, 'g1', 'A')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue