Looks like someone forgot the change the expected output file.

This commit is contained in:
Tim Peters 2001-08-24 04:33:10 +00:00
parent a365309528
commit 4e2fbce71c
1 changed files with 14 additions and 14 deletions

View File

@ -1,16 +1,16 @@
test_charmapcodec test_charmapcodec
u'abc' == u'abc': OK abc == abc: OK
u'abcdef' == u'abcdef': OK abcdef == abcdef: OK
u'defabc' == u'defabc': OK defabc == defabc: OK
u'dabcf' == u'dabcf': OK dabcf == dabcf: OK
u'dabcfabc' == u'dabcfabc': OK dabcfabc == dabcfabc: OK
'abc' == 'abc': OK abc == abc: OK
'abcdef' == 'abcdef': OK abcdef == abcdef: OK
'defabc' == 'defabc': OK defabc == defabc: OK
'dabcf' == 'dabcf': OK dabcf == dabcf: OK
'dabcfabc' == 'dabcfabc': OK dabcfabc == dabcfabc: OK
u'def' == u'def': OK def == def: OK
u'def' == u'def': OK def == def: OK
u'df' == u'df': OK df == df: OK
u'df' == u'df': OK df == df: OK
\001 maps to undefined: OK \001 maps to undefined: OK