summaryrefslogtreecommitdiffstats
path: root/Lib/test/re_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/re_tests.py')
-rwxr-xr-xLib/test/re_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/re_tests.py b/Lib/test/re_tests.py
index a43b4ac..393e2b2 100755
--- a/Lib/test/re_tests.py
+++ b/Lib/test/re_tests.py
@@ -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'),