mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Jeffrey's newest
This commit is contained in:
parent
70f107f63d
commit
04a1d74229
4 changed files with 287 additions and 215 deletions
|
@ -218,7 +218,7 @@ tests = [
|
|||
'found', 'multiple words'),
|
||||
('(.*)c(.*)', 'abcde', SUCCEED,
|
||||
'found+"-"+g1+"-"+g2', 'abcde-ab-de'),
|
||||
('((.*), (.*))', '(a, b)', SUCCEED,
|
||||
('\\((.*), (.*)\\)', '(a, b)', SUCCEED,
|
||||
'g2+"-"+g1', 'b-a'),
|
||||
('[k]', 'ab', FAIL),
|
||||
('a[-]?c', 'ac', SUCCEED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue