From 0eaad28f56d57164bfb9835298aff99e1b2c5c36 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 12 Nov 2019 06:27:34 -0500 Subject: rename test so that it's easier to run on its own --- tests/window_contents.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/window_contents.rs b/tests/window_contents.rs index 1bad9ed..42d4cba 100644 --- a/tests/window_contents.rs +++ b/tests/window_contents.rs @@ -414,7 +414,7 @@ fn rows() { } #[test] -fn diff() { +fn diff_basic() { let mut parser = vt100::Parser::default(); let screen1 = parser.screen().clone(); parser.process(b"\x1b[5C\x1b[32m bar"); -- cgit v1.2.3-54-g00ecf