commit | 817918cc3c10d0ed6b14e0e3f2bc0c5227c508cd | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Aug 06 16:58:21 2002 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Aug 06 16:58:21 2002 +0000 |
tree | 5dcdd3861db33fde0a76f275c09d40cba9c6fa22 | |
parent | b57089cdf8b63b38ca736785c9fcc38a9fce89da [diff] [blame] |
Committing patch #591250 which provides "str1 in str2" when str1 is a string of longer than 1 character.
diff --git a/Lib/test/test_userstring.py b/Lib/test/test_userstring.py index 78af807..5492f2e 100755 --- a/Lib/test/test_userstring.py +++ b/Lib/test/test_userstring.py
@@ -41,3 +41,4 @@ print (methodname, input, output, args, res[0], res[1], res[2]) string_tests.run_method_tests(test) +string_tests.run_contains_tests(test)