diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-11-10 20:26:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-10 20:26:39 +0100 |
commit | 0ac3481f8349247fb6368ba730506cc657d559fe (patch) | |
tree | 1286188109610687898c9d4a5f3f9f8ab6a11a0c /alacritty_terminal/tests/ref.rs | |
parent | 679e67d045f60d528c695a1ee8a6c0f3d6feeda1 (diff) | |
download | alacritty-0ac3481f8349247fb6368ba730506cc657d559fe.tar.gz alacritty-0ac3481f8349247fb6368ba730506cc657d559fe.zip |
Add ref test for verifying colored clear behavior
This covers the behavior of clearing the screen and a row with colored
cells.
This covers a bug discovered in #2329 which was not detected in any
existing ref tests.
Diffstat (limited to 'alacritty_terminal/tests/ref.rs')
-rw-r--r-- | alacritty_terminal/tests/ref.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alacritty_terminal/tests/ref.rs b/alacritty_terminal/tests/ref.rs index 1d59e700..530c0320 100644 --- a/alacritty_terminal/tests/ref.rs +++ b/alacritty_terminal/tests/ref.rs @@ -53,6 +53,7 @@ ref_tests! { row_reset zerowidth selective_erasure + colored_reset } fn read_u8<P>(path: P) -> Vec<u8> |