diff options
author | Guido van Rossum <guido@python.org> | 2000-07-10 15:06:06 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-07-10 15:06:06 +0000 |
commit | 1bbddd085c54b5f8d57af3f96d2e33c33e34e23e (patch) | |
tree | 019d3d29f59057c949e4ae02533df9d4938439eb | |
parent | 964f1233467f68edd888d703ee572ac70196d177 (diff) | |
download | cpython-git-1bbddd085c54b5f8d57af3f96d2e33c33e34e23e.tar.gz |
Added the line 'Testing UTF-16 code point order comparisons... done."
to match addition to test_unicode.py.
-rw-r--r-- | Lib/test/output/test_unicode | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_unicode b/Lib/test/output/test_unicode index 783a4860ab..87379cdbb9 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. |