From 5fe495e228435d0042304e1d550aac9e5731832c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 28 Feb 2024 09:51:11 -0800 Subject: [PATCH] terminal: noting uncopied tests --- src/terminal/Screen.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/terminal/Screen.zig b/src/terminal/Screen.zig index d531625eb..3143eb215 100644 --- a/src/terminal/Screen.zig +++ b/src/terminal/Screen.zig @@ -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;