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.
1 parent ca3fa3d commit d9f21e0Copy full SHA for d9f21e0
src/main_wpt.zig
@@ -208,7 +208,7 @@ const Writer = struct {
208
// to make it valid json.
209
// Better option could be to change the formatter to work on JSONL:
210
// https://github.com/lightpanda-io/perf-fmt/blob/main/wpt/wpt.go
211
- try self.out.writeAll("{\"name\":\"trailing-hack\",\"pass\": true}]");
+ try self.out.writeAll("{\"name\":\"empty\",\"pass\": true, \"cases\": []}]");
212
} else {
213
try self.out.print("\n==Summary==\nTests: {d}/{d}\nCases: {d}/{d}\n", .{
214
self.pass_count,
0 commit comments