From 2b8dd2520803c1e27c9ff33b1893d3f72f3427f0 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 3 Feb 2026 20:54:58 -0800 Subject: [PATCH] wpt sync --- zig-out/test.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zig-out/test.zig b/zig-out/test.zig index 9dec53d3d41b4b0da0a11863416e674c969b7bc1..896f320b902625d5ad902c444a827214037612e5 100644 --- a/zig-out/test.zig +++ b/zig-out/test.zig @@ -875,6 +875,8 @@ test { try parsePass("/c:/foo/bar", "file:///c:/baz/qux", "file:///c:/foo/bar", test { try parsePass("/c|/foo/bar", "file:///c:/baz/qux", "file:///c:/foo/bar", "", "file:", "", "", "", "", "", "/c:/foo/bar", "", ""); } test { try parsePass("file:\\c:\\foo\\bar", "file:///c:/baz/qux", "file:///c:/foo/bar", "", "file:", "", "", "", "", "", "/c:/foo/bar", "", ""); } test { try parsePass("/c:/foo/bar", "file://host/path", "file://host/c:/foo/bar", "", "file:", "", "", "host", "host", "", "/c:/foo/bar", "", ""); } +test { try parsePass("..", "abc://x/y/z/C:/", "abc://x/y/z/", "", "abc:", "", "", "x", "x", "", "/y/z/", "", ""); } +test { try parsePass("..", "file://x/C:/", "file://x/C:/", "", "file:", "", "", "x", "x", "", "/C:/", "", ""); } test { try parsePass("C|/", "file://host/", "file://host/C:/", "", "file:", "", "", "host", "host", "", "/C:/", "", ""); } test { try parsePass("/C:/", "file://host/", "file://host/C:/", "", "file:", "", "", "host", "host", "", "/C:/", "", ""); } test { try parsePass("file:C:/", "file://host/", "file://host/C:/", "", "file:", "", "", "host", "host", "", "/C:/", "", ""); } -- 2.54.0