diff options
author | Walter Dörwald <walter@livinglogic.de> | 2003-02-14 11:21:53 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2003-02-14 11:21:53 (GMT) |
commit | bb2734ab65970eba1d361932f12843799496d1ea (patch) | |
tree | 367bc351da68dfcfafafa701a2961256782853d7 /Lib/test/output | |
parent | 002a5de2026d460d328f6c06725083485cd38fd1 (diff) | |
download | cpython-bb2734ab65970eba1d361932f12843799496d1ea.zip cpython-bb2734ab65970eba1d361932f12843799496d1ea.tar.gz cpython-bb2734ab65970eba1d361932f12843799496d1ea.tar.bz2 |
Port test_charmapcodec to PyUnit. From SF patch #662807
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_charmapcodec | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Lib/test/output/test_charmapcodec b/Lib/test/output/test_charmapcodec deleted file mode 100644 index beeebd3..0000000 --- a/Lib/test/output/test_charmapcodec +++ /dev/null @@ -1,16 +0,0 @@ -test_charmapcodec -abc == abc: OK -abcdef == abcdef: OK -defabc == defabc: OK -dabcf == dabcf: OK -dabcfabc == dabcfabc: OK -abc == abc: OK -abcdef == abcdef: OK -defabc == defabc: OK -dabcf == dabcf: OK -dabcfabc == dabcfabc: OK -def == def: OK -def == def: OK -df == df: OK -df == df: OK -\001 maps to undefined: OK |