|
26 | 26 | {"", "/", "/"}, ... |
27 | 27 | {"a", "b//", "a/b"}, ... |
28 | 28 | {"a//", "b//", "a/b"}, ... |
29 | | -{"a/b/../", "c/d/../", "a/c"}, ... |
30 | | -{"a/b", "..", "a"}, ... |
| 29 | +{"a/b/../", "c/d/../", "a/b/../c/d/.."}, ... |
| 30 | +{"a/b", "..", "a/b/.."}, ... |
31 | 31 | {"a/b", "c/d", "a/b/c/d"}, ... |
32 | 32 | {"ab/cd", "/ef", "/ef"} ... |
33 | 33 | }; |
|
61 | 61 | {'Hello', 'Hello', '.'}, ... |
62 | 62 | {'Hello', 'Hello/', '.'}, ... |
63 | 63 | {'./this/one', './this/two', '../two'}, ... |
64 | | -{'/path/same', '/path/same/hi/..', '.'}, ... |
| 64 | +{'/path/same', '/path/same/hi/..', 'hi/..'}, ... |
65 | 65 | {'', '/', ''}, ... |
66 | 66 | {'/', '', ''}, ... |
67 | 67 | {'/', '/', '.'}, ... |
|
71 | 71 | {'/a/b', '/a/b', '.'}, ... |
72 | 72 | {'/a/b', '/a', '..'}, ... |
73 | 73 | {'/a/b/c/d', '/a/b', '../..'}, ... |
74 | | -{'/this/one', '/this/two', '../two'}, ... |
75 | | -{'/path/same', '/path/same/hi/..', '.'}}; |
| 74 | +{'/this/one', '/this/two', '../two'}}; |
76 | 75 |
|
77 | 76 | p_proximate_to = p_relative_to; |
78 | 77 |
|
|
0 commit comments