summaryrefslogtreecommitdiff
path: root/alacritty_terminal/tests/ref.rs
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2019-11-15 23:37:24 +0100
committerGitHub <noreply@github.com>2019-11-15 23:37:24 +0100
commitd741d3817debe9fdd4030bede3e4c8ca84ad078a (patch)
tree05169c4a33dfdd3f57b9d4c152db2fda6b7e1b3a /alacritty_terminal/tests/ref.rs
parent2a8c6d44e9ccf57dec4188938188d8360b06d862 (diff)
downloadalacritty-d741d3817debe9fdd4030bede3e4c8ca84ad078a.tar.gz
alacritty-d741d3817debe9fdd4030bede3e4c8ca84ad078a.zip
Add reftest for line deletion
Diffstat (limited to 'alacritty_terminal/tests/ref.rs')
-rw-r--r--alacritty_terminal/tests/ref.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/alacritty_terminal/tests/ref.rs b/alacritty_terminal/tests/ref.rs
index 530c0320..6cea52cf 100644
--- a/alacritty_terminal/tests/ref.rs
+++ b/alacritty_terminal/tests/ref.rs
@@ -54,6 +54,7 @@ ref_tests! {
zerowidth
selective_erasure
colored_reset
+ delete_lines
}
fn read_u8<P>(path: P) -> Vec<u8>