diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2000-07-03 21:31:48 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2000-07-03 21:31:48 (GMT) |
commit | 72b82ba16dea929b3fa9db5208b2353e8449c2d5 (patch) | |
tree | cbb66296997943c1a5849404401a4840a00a8ec5 /Lib/test | |
parent | 6f013982366154ce570f69b6117dbcc6b1d5d89a (diff) | |
download | cpython-72b82ba16dea929b3fa9db5208b2353e8449c2d5.zip cpython-72b82ba16dea929b3fa9db5208b2353e8449c2d5.tar.gz cpython-72b82ba16dea929b3fa9db5208b2353e8449c2d5.tar.bz2 |
- fixed grouping error bug
- changed "group" operator to "groupref"
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/output/test_sre | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/output/test_sre b/Lib/test/output/test_sre index 3ba209d..d949f25 100644 --- a/Lib/test/output/test_sre +++ b/Lib/test/output/test_sre @@ -1,7 +1,4 @@ test_sre === Failed incorrectly ('^(.+)?B', 'AB', 0, 'g1', 'A') === Failed incorrectly ('(a+)+\\1', 'aa', 0, 'found+"-"+g1', 'aa-a') -=== grouping error ('([^/]*/)*sub1/', 'd:msgs/tdir/sub1/trial/away.cpp', 0, 'found+"-"+g1', 'd:msgs/tdir/sub1/-tdir/') 'd:msgs/tdir/sub1/-trial/' should be 'd:msgs/tdir/sub1/-tdir/' -=== grouping error ('([abc])*bcd', 'abcd', 0, 'found+"-"+g1', 'abcd-a') 'abcd-c' should be 'abcd-a' -=== grouping error ('(?i)([abc])*bcd', 'ABCD', 0, 'found+"-"+g1', 'ABCD-A') 'ABCD-C' should be 'ABCD-A' === Failed incorrectly ('^(.+)?B', 'AB', 0, 'g1', 'A') |