We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c2e3e2 + 97b17af commit bde8c54Copy full SHA for bde8c54
src/url.zig
@@ -252,7 +252,7 @@ test "URL: Stiching src as full path" {
252
253
const base = "https://www.lightpanda.io/";
254
const src = "https://lightpanda.io/something.js";
255
- const result = try URL.stitch(allocator, src, base, .{});
+ const result = try URL.stitch(allocator, src, base, .{ .alloc = .if_needed });
256
try testing.expectString("https://lightpanda.io/something.js", result);
257
}
258
0 commit comments