mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
More tweaks; re.py is nearly there...
This commit is contained in:
parent
531097502c
commit
847ed4afb5
3 changed files with 5 additions and 13 deletions
|
@ -136,7 +136,7 @@ tests = [
|
|||
('()ef', 'def', SUCCEED,
|
||||
'found+"-"+g1', 'ef-'),
|
||||
('$b', 'b', FAIL),
|
||||
('a(b', 'a(b', SUCCEED,
|
||||
('a\\(b', 'a(b', SUCCEED,
|
||||
'found+"-"+g1', 'a(b-None'),
|
||||
('a\\(*b', 'ab', SUCCEED,
|
||||
'found', 'ab'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue