mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
- reverted to "\x is binary byte"
- removed evil tabs from sre_parse and sre_compile
This commit is contained in:
parent
1739be50cb
commit
4ccea94152
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
|||
test_sre
|
||||
=== Failed incorrectly ('\\x00ffffffffffffff', '\377', 0, 'found', '\377')
|
||||
=== Failed incorrectly ('^(.+)?B', 'AB', 0, 'g1', 'A')
|
||||
=== Failed incorrectly ('(a+)+\\1', 'aa', 0, 'found+"-"+g1', 'aa-a')
|
||||
=== 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/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue