summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-10-31 19:51:01 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-10-31 19:51:01 (GMT)
commite02647a66953bad1987daf696dc28e0dd5b2daa9 (patch)
tree444760338b081165e1c141e57e223489bc9a8774
parent9289bfcf54cfbfcf0bdc6cc61244adc38b03494b (diff)
downloadcpython-e02647a66953bad1987daf696dc28e0dd5b2daa9.zip
cpython-e02647a66953bad1987daf696dc28e0dd5b2daa9.tar.gz
cpython-e02647a66953bad1987daf696dc28e0dd5b2daa9.tar.bz2
Oh, I missed the output part of the test ...
-rw-r--r--Lib/test/output/test_pep2774
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/output/test_pep277 b/Lib/test/output/test_pep277
index 75e5027..44a70ec 100644
--- a/Lib/test/output/test_pep277
+++ b/Lib/test/output/test_pep277
@@ -1,3 +1,3 @@
test_pep277
-u'\xdf-\u66e8\u66e9\u66eb'
-[u'Gr\xfc\xdf-Gott', u'abc', u'ascii', u'\u0393\u03b5\u03b9\u03ac-\u03c3\u03b1\u03c2', u'\u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435', u'\u05d4\u05e9\u05e7\u05e6\u05e5\u05e1', u'\u306b\u307d\u3093', u'\u66e8\u05e9\u3093\u0434\u0393\xdf', u'\u66e8\u66e9\u66eb']
+'\xdf-\u66e8\u66e9\u66eb'
+['Gr\xfc\xdf-Gott', 'abc', 'ascii', '\u0393\u03b5\u03b9\u03ac-\u03c3\u03b1\u03c2', '\u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435', '\u05d4\u05e9\u05e7\u05e6\u05e5\u05e1', '\u306b\u307d\u3093', '\u66e8\u05e9\u3093\u0434\u0393\xdf', '\u66e8\u66e9\u66eb']