mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Three fewer incorrect failures
This commit is contained in:
parent
faf490898d
commit
70f107f63d
1 changed files with 0 additions and 3 deletions
|
|
@ -50,11 +50,8 @@ test_re
|
||||||
('a[^]b]c', 'a]c', 1)
|
('a[^]b]c', 'a]c', 1)
|
||||||
('a[^]b]c', 'adc', 0, 'found', 'adc')
|
('a[^]b]c', 'adc', 0, 'found', 'adc')
|
||||||
('\\ba\\b', 'a-', 0, '"-"', '-')
|
('\\ba\\b', 'a-', 0, '"-"', '-')
|
||||||
=== Failed incorrectly ('\\ba\\b', 'a-', 0, '"-"', '-')
|
|
||||||
('\\ba\\b', '-a', 0, '"-"', '-')
|
('\\ba\\b', '-a', 0, '"-"', '-')
|
||||||
=== Failed incorrectly ('\\ba\\b', '-a', 0, '"-"', '-')
|
|
||||||
('\\ba\\b', '-a-', 0, '"-"', '-')
|
('\\ba\\b', '-a-', 0, '"-"', '-')
|
||||||
=== Failed incorrectly ('\\ba\\b', '-a-', 0, '"-"', '-')
|
|
||||||
('\\by\\b', 'xy', 1)
|
('\\by\\b', 'xy', 1)
|
||||||
('\\by\\b', 'yz', 1)
|
('\\by\\b', 'yz', 1)
|
||||||
('\\by\\b', 'xyz', 1)
|
('\\by\\b', 'xyz', 1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue