diff options
author | Guido van Rossum <guido@python.org> | 2000-03-24 20:42:39 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-03-24 20:42:39 (GMT) |
commit | d8fbcc95d9585cf1e7a10a24f2717e9d0b7a3de0 (patch) | |
tree | ab6db6edc2b7b1c56c9fd0b9e9e110568a3802d5 /Lib | |
parent | c24ca4b192559526797d0410bf3cee2fecaaddf5 (diff) | |
download | cpython-d8fbcc95d9585cf1e7a10a24f2717e9d0b7a3de0.zip cpython-d8fbcc95d9585cf1e7a10a24f2717e9d0b7a3de0.tar.gz cpython-d8fbcc95d9585cf1e7a10a24f2717e9d0b7a3de0.tar.bz2 |
Regenerated with test for 'contains'.
Diffstat (limited to 'Lib')
-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 1ec9031..382a631 100644 --- a/Lib/test/output/test_unicode +++ b/Lib/test/output/test_unicode @@ -1,4 +1,5 @@ test_unicode Testing Unicode comparisons... done. +Testing Unicode contains method... done. Testing Unicode formatting strings... done. Testing unicodedata module... done. |