diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2000-06-30 18:39:20 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2000-06-30 18:39:20 (GMT) |
commit | 4ccea94152599d7a80c01d5ebddb70f5abf3ce21 (patch) | |
tree | a60ad484768f718d6dddc89d311486a882f39205 /Lib/test | |
parent | 1739be50cb39627c8e6deca7c395854559ba655e (diff) | |
download | cpython-4ccea94152599d7a80c01d5ebddb70f5abf3ce21.zip cpython-4ccea94152599d7a80c01d5ebddb70f5abf3ce21.tar.gz cpython-4ccea94152599d7a80c01d5ebddb70f5abf3ce21.tar.bz2 |
- reverted to "\x is binary byte"
- removed evil tabs from sre_parse and sre_compile
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/output/test_sre | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/output/test_sre b/Lib/test/output/test_sre index 10de93d..3ba209d 100644 --- a/Lib/test/output/test_sre +++ b/Lib/test/output/test_sre @@ -1,5 +1,4 @@ test_sre -=== Failed incorrectly ('\\x00ffffffffffffff', '\377', 0, 'found', '\377') === 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/' |