aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-12 06:27:34 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-12 06:27:34 -0500
commit0eaad28f56d57164bfb9835298aff99e1b2c5c36 (patch)
tree2ab3e4bec09fca18a596e899af203d7c5a50fff7
parentb24fe512e41296a7af0c6cff20b6a37fcf720e26 (diff)
downloadvt100-rust-0eaad28f56d57164bfb9835298aff99e1b2c5c36.tar.gz
vt100-rust-0eaad28f56d57164bfb9835298aff99e1b2c5c36.zip
rename test
so that it's easier to run on its own
-rw-r--r--tests/window_contents.rs2
1 files changed, 1 insertions, 1 deletions
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");