diff options
author | Georg Brandl <georg@python.org> | 2006-10-29 20:35:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-10-29 20:35:12 (GMT) |
commit | 59ba4299d04948e2bc8e929b39859f58b25e047c (patch) | |
tree | 0884c278790d9a3522ed3f2e41238d3e4ac24f91 /Lib | |
parent | cd97208110ef7a74e60d8c74d0a82c99aaf5be06 (diff) | |
download | cpython-59ba4299d04948e2bc8e929b39859f58b25e047c.zip cpython-59ba4299d04948e2bc8e929b39859f58b25e047c.tar.gz cpython-59ba4299d04948e2bc8e929b39859f58b25e047c.tar.bz2 |
Remove leftover test output file.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/output/test_regex | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Lib/test/output/test_regex b/Lib/test/output/test_regex deleted file mode 100644 index 1deb26f..0000000 --- a/Lib/test/output/test_regex +++ /dev/null @@ -1,29 +0,0 @@ -test_regex -no match: -1 -successful search: 6 -caught expected exception -failed awk syntax: -1 -successful awk syntax: 2 -failed awk syntax: -1 -matching with group names and compile() --1 -caught expected exception -matching with group names and symcomp() -7 -801 999 -801 -('801', '999') -('801', '999') -realpat: \([0-9]+\) *\([0-9]+\) -groupindex: {'one': 1, 'two': 2} -not case folded search: -1 -case folded search: 6 -__members__: ['last', 'regs', 'translate', 'groupindex', 'realpat', 'givenpat'] -regs: ((6, 11), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1)) -last: HELLO WORLD -translate: 256 -givenpat: world -match with pos: -1 -search with pos: 18 -bogus group: ('world', None, None) -no name: caught expected exception |