summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/output/test_charmapcodec28
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