diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-08-24 04:33:10 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-08-24 04:33:10 (GMT) |
commit | 4e2fbce71cf1dbb7b94dc7d4f781cb82c7e9efe7 (patch) | |
tree | 526017f92460ec6b094ef2c1f716a6afb3c208df | |
parent | a3653095286b46bf4d9530240cfb8efa0788543e (diff) | |
download | cpython-4e2fbce71cf1dbb7b94dc7d4f781cb82c7e9efe7.zip cpython-4e2fbce71cf1dbb7b94dc7d4f781cb82c7e9efe7.tar.gz cpython-4e2fbce71cf1dbb7b94dc7d4f781cb82c7e9efe7.tar.bz2 |
Looks like someone forgot the change the expected output file.
-rw-r--r-- | Lib/test/output/test_charmapcodec | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Lib/test/output/test_charmapcodec b/Lib/test/output/test_charmapcodec index 646ccd3..beeebd3 100644 --- a/Lib/test/output/test_charmapcodec +++ b/Lib/test/output/test_charmapcodec @@ -1,16 +1,16 @@ test_charmapcodec -u'abc' == u'abc': OK -u'abcdef' == u'abcdef': OK -u'defabc' == u'defabc': OK -u'dabcf' == u'dabcf': OK -u'dabcfabc' == u'dabcfabc': OK -'abc' == 'abc': OK -'abcdef' == 'abcdef': OK -'defabc' == 'defabc': OK -'dabcf' == 'dabcf': OK -'dabcfabc' == 'dabcfabc': OK -u'def' == u'def': OK -u'def' == u'def': OK -u'df' == u'df': OK -u'df' == u'df': OK +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 |