Kaydet (Commit) 4e2fbce7 authored tarafından Tim Peters's avatar Tim Peters

Looks like someone forgot the change the expected output file.

üst a3653095
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment