mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
xhr: fix unit tests for 0.12.1
This commit is contained in:
@@ -105,7 +105,7 @@ pub const URL = struct {
|
||||
var q = std.ArrayList(u8).init(alloc);
|
||||
defer q.deinit();
|
||||
try self.search_params.values.encode(q.writer());
|
||||
self.uri.query = .{ .raw = q.items };
|
||||
self.uri.query = .{ .percent_encoded = q.items };
|
||||
|
||||
return try self.format(alloc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user