mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
terminal: noting uncopied tests
This commit is contained in:
@ -4281,6 +4281,7 @@ test "Screen: scroll and clear ignore blank lines" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// X - i don't think we need rowIterator
|
||||||
test "Screen: history region with no scrollback" {
|
test "Screen: history region with no scrollback" {
|
||||||
const testing = std.testing;
|
const testing = std.testing;
|
||||||
const alloc = testing.allocator;
|
const alloc = testing.allocator;
|
||||||
@ -4305,6 +4306,7 @@ test "Screen: history region with no scrollback" {
|
|||||||
try testing.expect(count == 0);
|
try testing.expect(count == 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// X - duplicated test above
|
||||||
test "Screen: history region with scrollback" {
|
test "Screen: history region with scrollback" {
|
||||||
const testing = std.testing;
|
const testing = std.testing;
|
||||||
const alloc = testing.allocator;
|
const alloc = testing.allocator;
|
||||||
|
Reference in New Issue
Block a user