remove tests from main, fix tests and update jsruntime

Signed-off-by: Francis Bouvier <francis.bouvier@gmail.com>
This commit is contained in:
Francis Bouvier
2023-09-28 15:25:57 +02:00
parent a53cac19c9
commit bca3195550
3 changed files with 21 additions and 46 deletions

View File

@@ -6,7 +6,7 @@ const generate = @import("generate.zig");
const parser = @import("netsurf.zig");
const DOM = @import("dom.zig");
const docTestExecFn = @import("html/document.zig").testExecFn;
const nodeTestExecFn = @import("html/document.zig").testExecFn;
const nodeTestExecFn = @import("dom/node.zig").testExecFn;
var doc: *parser.DocumentHTML = undefined;
@@ -29,7 +29,7 @@ fn testsExecFn(
}
test {
std.debug.print("\n", .{});
std.debug.print("\n \n", .{});
// generate tests
try generate.tests();