| ... | @@ -875,6 +875,8 @@ test { try parsePass("/c:/foo/bar", "file:///c:/baz/qux", "file:///c:/foo/bar", | ... | @@ -875,6 +875,8 @@ test { try parsePass("/c:/foo/bar", "file:///c:/baz/qux", "file:///c:/foo/bar", |
| 875 | test { try parsePass("/c|/foo/bar", "file:///c:/baz/qux", "file:///c:/foo/bar", "", "file:", "", "", "", "", "", "/c:/foo/bar", "", ""); } | 875 | test { try parsePass("/c|/foo/bar", "file:///c:/baz/qux", "file:///c:/foo/bar", "", "file:", "", "", "", "", "", "/c:/foo/bar", "", ""); } |
| 876 | test { try parsePass("file:\\c:\\foo\\bar", "file:///c:/baz/qux", "file:///c:/foo/bar", "", "file:", "", "", "", "", "", "/c:/foo/bar", "", ""); } | 876 | test { try parsePass("file:\\c:\\foo\\bar", "file:///c:/baz/qux", "file:///c:/foo/bar", "", "file:", "", "", "", "", "", "/c:/foo/bar", "", ""); } |
| 877 | test { try parsePass("/c:/foo/bar", "file://host/path", "file://host/c:/foo/bar", "", "file:", "", "", "host", "host", "", "/c:/foo/bar", "", ""); } | 877 | test { try parsePass("/c:/foo/bar", "file://host/path", "file://host/c:/foo/bar", "", "file:", "", "", "host", "host", "", "/c:/foo/bar", "", ""); } |
| | 878 | test { try parsePass("..", "abc://x/y/z/C:/", "abc://x/y/z/", "", "abc:", "", "", "x", "x", "", "/y/z/", "", ""); } |
| | 879 | test { try parsePass("..", "file://x/C:/", "file://x/C:/", "", "file:", "", "", "x", "x", "", "/C:/", "", ""); } |
| 878 | test { try parsePass("C|/", "file://host/", "file://host/C:/", "", "file:", "", "", "host", "host", "", "/C:/", "", ""); } | 880 | test { try parsePass("C|/", "file://host/", "file://host/C:/", "", "file:", "", "", "host", "host", "", "/C:/", "", ""); } |
| 879 | test { try parsePass("/C:/", "file://host/", "file://host/C:/", "", "file:", "", "", "host", "host", "", "/C:/", "", ""); } | 881 | test { try parsePass("/C:/", "file://host/", "file://host/C:/", "", "file:", "", "", "host", "host", "", "/C:/", "", ""); } |
| 880 | test { try parsePass("file:C:/", "file://host/", "file://host/C:/", "", "file:", "", "", "host", "host", "", "/C:/", "", ""); } | 882 | test { try parsePass("file:C:/", "file://host/", "file://host/C:/", "", "file:", "", "", "host", "host", "", "/C:/", "", ""); } |