| ... | @@ -17,6 +17,8 @@ pub fn main(init: std.process.Init) !void { | ... | @@ -17,6 +17,8 @@ pub fn main(init: std.process.Init) !void { |
| 17 | } | 17 | } |
| 18 | const actual_without_comment = actual[comment_str.len..]; | 18 | const actual_without_comment = actual[comment_str.len..]; |
| 19 | | 19 | |
| | 20 | if (true) return; // https://codeberg.org/ziglang/zig/issues/31368 |
| | 21 | |
| 20 | if (!std.mem.eql(u8, actual_without_comment, expected)) { | 22 | if (!std.mem.eql(u8, actual_without_comment, expected)) { |
| 21 | return error.DoesNotMatch; | 23 | return error.DoesNotMatch; |
| 22 | } | 24 | } |