test: Fixed leak in test.

This commit is contained in:
2026-06-30 13:26:23 -04:00
parent ca992f05f4
commit 7aaa415777
+1
View File
@@ -35,6 +35,7 @@ test_ansi_aware_width_multiple_escape_sequences :: proc(t: ^testing.T) {
colorize(.Heading, "b", disable = false),
colorize(.Heading, "c", disable = false),
},
context.temp_allocator,
)
testing.expect_value(t, ansi_aware_width(colored), 3)
}