mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
updated to correct failing test cases
This commit is contained in:
parent
abca14d8e2
commit
533bc9ad42
1 changed files with 2 additions and 2 deletions
|
|
@ -29,9 +29,9 @@ def tester(fn, wantResult):
|
|||
tester('posixpath.isabs("foo/bar")', 0)
|
||||
|
||||
tester('posixpath.commonprefix(["/home/swenson/spam", "/home/swen/spam"])',
|
||||
"/home")
|
||||
tester('posixpath.commonprefix(["/home/swen/spam", "/home/swen/eggs"])',
|
||||
"/home/swen")
|
||||
tester('posixpath.commonprefix(["/home/swen/spam", "/home/swen/eggs"])',
|
||||
"/home/swen/")
|
||||
tester('posixpath.commonprefix(["/home/swen/spam", "/home/swen/spam"])',
|
||||
"/home/swen/spam")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue