diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2000-08-01 13:01:43 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2000-08-01 13:01:43 (GMT) |
commit | c2ed621d7564494c908329932f87cd2954c8af72 (patch) | |
tree | 96fe5c64d8bf856a6333b34950a0c6be6ab0f969 /Lib/test/output/test_re | |
parent | a4e9a333826297a87aaa77e2bbf78a2048d4c061 (diff) | |
download | cpython-c2ed621d7564494c908329932f87cd2954c8af72.zip cpython-c2ed621d7564494c908329932f87cd2954c8af72.tar.gz cpython-c2ed621d7564494c908329932f87cd2954c8af72.tar.bz2 |
-- SRE 0.9.8: updated test scripts
Diffstat (limited to 'Lib/test/output/test_re')
-rw-r--r-- | Lib/test/output/test_re | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Lib/test/output/test_re b/Lib/test/output/test_re index 8ec57fb..75c46fc 100644 --- a/Lib/test/output/test_re +++ b/Lib/test/output/test_re @@ -1,12 +1 @@ test_re -=== Failed incorrectly ('^(.+)?B', 'AB', 0, 'g1', 'A') -=== Fails on case-insensitive match ('^(.+)?B', 'AB', 0, 'g1', 'A') -=== Fails on locale-sensitive match ('^(.+)?B', 'AB', 0, 'g1', 'A') -=== Failed incorrectly ('(a+)+\\1', 'aa', 0, 'found+"-"+g1', 'aa-a') -=== Fails on case-insensitive match ('(a+)+\\1', 'aa', 0, 'found+"-"+g1', 'aa-a') -=== Fails on locale-sensitive match ('(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') -=== Fails on case-insensitive match ('^(.+)?B', 'AB', 0, 'g1', 'A') -=== Fails on locale-sensitive match ('^(.+)?B', 'AB', 0, 'g1', 'A') |