mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
fix test
This commit is contained in:
@ -750,11 +750,11 @@ test "Terminal: horizontal tabs" {
|
||||
// HT
|
||||
try t.print('1');
|
||||
try t.horizontalTab();
|
||||
try testing.expectEqual(@as(usize, 8), t.cursor.x);
|
||||
try testing.expectEqual(@as(usize, 7), t.cursor.x);
|
||||
|
||||
// HT
|
||||
try t.horizontalTab();
|
||||
try testing.expectEqual(@as(usize, 16), t.cursor.x);
|
||||
try testing.expectEqual(@as(usize, 15), t.cursor.x);
|
||||
}
|
||||
|
||||
test "Terminal: setCursorPosition" {
|
||||
|
Reference in New Issue
Block a user