authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-02-03 20:54:58 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-02-03 20:54:58 -08:00
log2b8dd2520803c1e27c9ff33b1893d3f72f3427f0
treeb40da4b40bf103cd7db22c14b05373aa6be91027
parente2acea4c625c5bab60a034895e05304a9778bf79

wpt sync


1 files changed, 2 insertions(+), 0 deletions(-)

zig-out/test.zig+2
......@@ -875,6 +875,8 @@ test { try parsePass("/c:/foo/bar", "file:///c:/baz/qux", "file:///c:/foo/bar",
875875test { try parsePass("/c|/foo/bar", "file:///c:/baz/qux", "file:///c:/foo/bar", "", "file:", "", "", "", "", "", "/c:/foo/bar", "", ""); }
876876test { try parsePass("file:\\c:\\foo\\bar", "file:///c:/baz/qux", "file:///c:/foo/bar", "", "file:", "", "", "", "", "", "/c:/foo/bar", "", ""); }
877877test { try parsePass("/c:/foo/bar", "file://host/path", "file://host/c:/foo/bar", "", "file:", "", "", "host", "host", "", "/c:/foo/bar", "", ""); }
878test { try parsePass("..", "abc://x/y/z/C:/", "abc://x/y/z/", "", "abc:", "", "", "x", "x", "", "/y/z/", "", ""); }
879test { try parsePass("..", "file://x/C:/", "file://x/C:/", "", "file:", "", "", "x", "x", "", "/C:/", "", ""); }
878880test { try parsePass("C|/", "file://host/", "file://host/C:/", "", "file:", "", "", "host", "host", "", "/C:/", "", ""); }
879881test { try parsePass("/C:/", "file://host/", "file://host/C:/", "", "file:", "", "", "host", "host", "", "/C:/", "", ""); }
880882test { try parsePass("file:C:/", "file://host/", "file://host/C:/", "", "file:", "", "", "host", "host", "", "/C:/", "", ""); }