Merge pull request #909 from lightpanda-io/zig_fmt
Some checks failed
e2e-test / zig build release (push) Has been cancelled
zig-test / zig build dev (push) Has been cancelled
zig-test / zig test (push) Has been cancelled
e2e-test / demo-scripts (push) Has been cancelled
e2e-test / cdp-and-hyperfine-bench (push) Has been cancelled
e2e-test / perf-fmt (push) Has been cancelled
zig-test / browser fetch (push) Has been cancelled
zig-test / perf-fmt (push) Has been cancelled
nightly build / build-linux-x86_64 (push) Has been cancelled
nightly build / build-linux-aarch64 (push) Has been cancelled
nightly build / build-macos-aarch64 (push) Has been cancelled
nightly build / build-macos-x86_64 (push) Has been cancelled
wpt / web platform tests json output (push) Has been cancelled
wpt / perf-fmt (push) Has been cancelled

zig fmt
This commit is contained in:
Karl Seguin
2025-07-22 08:05:50 +08:00
committed by GitHub

View File

@@ -574,7 +574,7 @@ test "Browser.URL" {
.{ "sk.protocol", "sveltekit-internal:" }, .{ "sk.protocol", "sveltekit-internal:" },
.{ "sk.host", "" }, .{ "sk.host", "" },
.{ "sk.hostname", "" }, .{ "sk.hostname", "" },
.{ "sk.href", "sveltekit-internal://"} .{ "sk.href", "sveltekit-internal://" },
}, .{}); }, .{});
} }