summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_re
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/output/test_re')
-rw-r--r--Lib/test/output/test_re3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/output/test_re b/Lib/test/output/test_re
index 887b6d2..56a225c 100644
--- a/Lib/test/output/test_re
+++ b/Lib/test/output/test_re
@@ -50,11 +50,8 @@ test_re
('a[^]b]c', 'a]c', 1)
('a[^]b]c', 'adc', 0, 'found', 'adc')
('\\ba\\b', 'a-', 0, '"-"', '-')
-=== Failed incorrectly ('\\ba\\b', 'a-', 0, '"-"', '-')
('\\ba\\b', '-a', 0, '"-"', '-')
-=== Failed incorrectly ('\\ba\\b', '-a', 0, '"-"', '-')
('\\ba\\b', '-a-', 0, '"-"', '-')
-=== Failed incorrectly ('\\ba\\b', '-a-', 0, '"-"', '-')
('\\by\\b', 'xy', 1)
('\\by\\b', 'yz', 1)
('\\by\\b', 'xyz', 1)