| author | |
| committer | |
| log | c4e6e5fad600f9277ce2cd76b7f2cf85922c6fd3 |
| tree | 6581133e0dd5a8e15f0fe2d323338ad4d20c15c9 |
| parent | aa9caf5064b3fc01579b7bd8c765ff33323a073a |
1 files changed, 1 insertions(+), 0 deletions(-)
doc/docgen.zig+1| ... | ... | @@ -673,6 +673,7 @@ const TermState = enum { |
| 673 | 673 | test "term color" { |
| 674 | 674 | const input_bytes = "A\x1b[32;1mgreen\x1b[0mB"; |
| 675 | 675 | const result = try termColor(std.testing.leak_count_allocator, input_bytes); |
| 676 | defer std.testing.leak_count_allocator.free(result); | |
| 676 | 677 | testing.expectEqualSlices(u8, "A<span class=\"t32\">green</span>B", result); |
| 677 | 678 | } |
| 678 | 679 |