]> granicus.if.org Git - python/commitdiff
Three fewer incorrect failures
authorGuido van Rossum <guido@python.org>
Tue, 15 Jul 1997 02:49:15 +0000 (02:49 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Jul 1997 02:49:15 +0000 (02:49 +0000)
Lib/test/output/test_re

index 887b6d297cf20d00b2f7eea327c8fb2c1d773a99..56a225cadeb993a5bae4bc8eee291d0c263ebba9 100644 (file)
@@ -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)