summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-07-10 15:06:06 (GMT)
committerGuido van Rossum <guido@python.org>2000-07-10 15:06:06 (GMT)
commit1bbddd085c54b5f8d57af3f96d2e33c33e34e23e (patch)
tree019d3d29f59057c949e4ae02533df9d4938439eb /Lib
parent964f1233467f68edd888d703ee572ac70196d177 (diff)
downloadcpython-1bbddd085c54b5f8d57af3f96d2e33c33e34e23e.zip
cpython-1bbddd085c54b5f8d57af3f96d2e33c33e34e23e.tar.gz
cpython-1bbddd085c54b5f8d57af3f96d2e33c33e34e23e.tar.bz2
Added the line 'Testing UTF-16 code point order comparisons... done."
to match addition to test_unicode.py.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/output/test_unicode1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_unicode b/Lib/test/output/test_unicode
index 783a486..87379cd 100644
--- a/Lib/test/output/test_unicode
+++ b/Lib/test/output/test_unicode
@@ -1,5 +1,6 @@
test_unicode
Testing Unicode comparisons... done.
+Testing UTF-16 code point order comparisons... done.
Testing Unicode contains method... done.
Testing Unicode formatting strings... done.
Testing builtin codecs... done.