mime: extract string parser

This commit is contained in:
Pierre Tachoire
2024-05-06 12:44:45 +02:00
parent 28a87c2a47
commit e42b03acd8
3 changed files with 97 additions and 87 deletions

View File

@@ -264,6 +264,9 @@ test {
const dumpTest = @import("browser/dump.zig");
std.testing.refAllDecls(dumpTest);
const mimeTest = @import("browser/mime.zig");
std.testing.refAllDecls(mimeTest);
const cssTest = @import("css/css.zig");
std.testing.refAllDecls(cssTest);