More tweaks; re.py is nearly there...

This commit is contained in:
Guido van Rossum 1997-07-15 15:40:57 +00:00
parent 531097502c
commit 847ed4afb5
3 changed files with 5 additions and 13 deletions

View file

@ -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'),