mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +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 @@ tester('posixpath.isabs("/foo/bar")', 1)
|
|||
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