diff options
Diffstat (limited to 'Lib/test/output/test_charmapcodec')
-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 |