mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
Add children node to CDP Node representation
Add Node writer. Different CDP messages want different child depths. For now, only support immediate children, but the new writer should make it easy to support variable.
This commit is contained in:
@@ -285,6 +285,7 @@ const TestContext = struct {
|
||||
_ = self.client.?.serialized.orderedRemove(i);
|
||||
return;
|
||||
}
|
||||
|
||||
std.debug.print("Error not found. Expecting:\n{s}\n\nGot:\n", .{serialized});
|
||||
for (self.client.?.serialized.items, 0..) |sent, i| {
|
||||
std.debug.print("#{d}\n{s}\n\n", .{ i, sent });
|
||||
|
||||
Reference in New Issue
Block a user