From a9e8d0e9c929bec830b086e473ef1362e1f873d9 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 30 Apr 2026 19:20:16 +0200 Subject: refactor(typst): generalize template --- src/testing.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing.zig') diff --git a/src/testing.zig b/src/testing.zig index 143d6ca..5bab88b 100644 --- a/src/testing.zig +++ b/src/testing.zig @@ -53,7 +53,7 @@ pub fn doMath(comptime parse: ParserFn, parent: Allocator, t: []const u8, v: []c if ((std.mem.startsWith(u8, g_it, "xlink:href=") and std.mem.startsWith(u8, g_it, "xlink:href")) or (std.mem.startsWith(u8, g_it, "id=") and std.mem.startsWith(u8, v_it, "id="))) continue; if (!std.mem.eql(u8, g_it, v_it)) { - std.debug.print("not the same: {s} vs {s}", .{ g_it, v_it }); + std.debug.print("not the same: {s} vs {s}\n", .{ g_it, v_it }); break :blk false; } } -- cgit v1.2.3