mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
16 lines
303 B
Text
16 lines
303 B
Text
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
|