terminal: noting uncopied tests

This commit is contained in:
Mitchell Hashimoto
2024-02-28 09:51:11 -08:00
parent 26edb51d0c
commit 5fe495e228

View File

@ -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;