mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
terminal: mark off test
This commit is contained in:
@ -5500,6 +5500,7 @@ test "Screen: clear above cursor" {
|
|||||||
try testing.expectEqual(@as(usize, 0), s.cursor.y);
|
try testing.expectEqual(@as(usize, 0), s.cursor.y);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// X
|
||||||
test "Screen: clear above cursor with history" {
|
test "Screen: clear above cursor with history" {
|
||||||
const testing = std.testing;
|
const testing = std.testing;
|
||||||
const alloc = testing.allocator;
|
const alloc = testing.allocator;
|
||||||
|
Reference in New Issue
Block a user