mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 19:45:49 +00:00
chore: update test expectation
This commit is contained in:
@@ -3427,7 +3427,9 @@ test "Page VT multi-line with styles" {
|
||||
|
||||
try formatter.format(&builder.writer);
|
||||
const output = builder.writer.buffered();
|
||||
try testing.expectEqualStrings("\x1b[0m\x1b[1mfirst\r\n\x1b[0m\x1b[3msecond\x1b[0m", output);
|
||||
// Note: style is reset before newline to prevent background colors from
|
||||
// bleeding to the next line's leading cells.
|
||||
try testing.expectEqualStrings("\x1b[0m\x1b[1mfirst\x1b[0m\r\n\x1b[0m\x1b[3msecond\x1b[0m", output);
|
||||
|
||||
// Verify point map matches output length
|
||||
try testing.expectEqual(output.len, point_map.items.len);
|
||||
|
||||
Reference in New Issue
Block a user