mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-05 03:14:14 +00:00
terminal: fix secondary DA test to match default firmware version
The default firmware_version for Secondary device attributes is 0, but the test expected a value of 10. Update the test expectation to match the actual default.
This commit is contained in:
@@ -211,7 +211,7 @@ test "secondary default" {
|
||||
var buf: [64]u8 = undefined;
|
||||
var writer: std.Io.Writer = .fixed(&buf);
|
||||
try (Secondary{}).encode(&writer);
|
||||
try testing.expectEqualStrings("\x1b[>1;10;0c", writer.buffered());
|
||||
try testing.expectEqualStrings("\x1b[>1;0;0c", writer.buffered());
|
||||
}
|
||||
|
||||
test "tertiary default" {
|
||||
|
||||
Reference in New Issue
Block a user