diff options
author | Marc-André Lemburg <mal@egenix.com> | 2001-11-20 15:17:25 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2001-11-20 15:17:25 (GMT) |
commit | 0c4d8d05a8b10c8c611eae0fbe70898050f12ad4 (patch) | |
tree | 8f149a365548207fc279143d599306890f2f39c0 /Lib/test/output | |
parent | 4586d2c91c812910d0aae7dfdca75741aacd72b2 (diff) | |
download | cpython-0c4d8d05a8b10c8c611eae0fbe70898050f12ad4.zip cpython-0c4d8d05a8b10c8c611eae0fbe70898050f12ad4.tar.gz cpython-0c4d8d05a8b10c8c611eae0fbe70898050f12ad4.tar.bz2 |
Fix for bug #480188: printing unicode objects
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_unicode | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Lib/test/output/test_unicode b/Lib/test/output/test_unicode index 82ed240..2930d64 100644 --- a/Lib/test/output/test_unicode +++ b/Lib/test/output/test_unicode @@ -6,3 +6,16 @@ Testing builtin unicode()... done. Testing builtin codecs... done. Testing standard mapping codecs... 0-127... 128-255... done. Testing Unicode string concatenation... done. +Testing Unicode printing... abc +abc def +abc def +abc def +abc + +abc +abc +def + +def + +done. |