mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Committing patch #591250 which provides "str1 in str2" when str1 is a
string of longer than 1 character.
This commit is contained in:
parent
b57089cdf8
commit
817918cc3c
8 changed files with 140 additions and 99 deletions
|
@ -41,3 +41,4 @@ def test(methodname, input, output, *args):
|
|||
print (methodname, input, output, args, res[0], res[1], res[2])
|
||||
|
||||
string_tests.run_method_tests(test)
|
||||
string_tests.run_contains_tests(test)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue