Skip to content

Commit ff65f22

Browse files
committed
Add yet more tests
1 parent 8dd234e commit ff65f22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_posixpath.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ def test_expanduser_pwd2(self):
379379
("/.", "/"),
380380
("/./", "/"),
381381
("/.//.", "/"),
382+
("/./foo/bar", "/foo/bar"),
382383
("/foo", "/foo"),
383384
("/foo/bar", "/foo/bar"),
384385
("//", "//"),

0 commit comments

Comments
 (0)