mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-12 04:09:40 +00: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" {
|
||||
const testing = std.testing;
|
||||
const alloc = testing.allocator;
|
||||
@@ -4305,6 +4306,7 @@ test "Screen: history region with no scrollback" {
|
||||
try testing.expect(count == 0);
|
||||
}
|
||||
|
||||
// X - duplicated test above
|
||||
test "Screen: history region with scrollback" {
|
||||
const testing = std.testing;
|
||||
const alloc = testing.allocator;
|
||||
|
||||
Reference in New Issue
Block a user