diff options
Diffstat (limited to 'Lib/test/output/test_sre')
-rw-r--r-- | Lib/test/output/test_sre | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/test/output/test_sre b/Lib/test/output/test_sre index 05bcead..dbb6e93 100644 --- a/Lib/test/output/test_sre +++ b/Lib/test/output/test_sre @@ -1,6 +1 @@ test_sre -=== Failed incorrectly ('^(.+)?B', 'AB', 0, 'g1', 'A') -=== Failed incorrectly ('(a+)+\\1', 'aa', 0, 'found+"-"+g1', 'aa-a') -=== grouping error ('(a)(b)c|ab', 'ab', 0, 'found+"-"+g1+"-"+g2', 'ab-None-None') 'ab-None-b' should be 'ab-None-None' -=== grouping error ('(a)+b|aac', 'aac', 0, 'found+"-"+g1', 'aac-None') 'aac-a' should be 'aac-None' -=== Failed incorrectly ('^(.+)?B', 'AB', 0, 'g1', 'A') |