diff options
author | Joe Wilm <joe@jwilm.com> | 2017-02-07 07:53:57 -0800 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-02-07 08:08:08 -0800 |
commit | 59295e44312b3936132965636e5fac92118e5c27 (patch) | |
tree | e11d828e9de64cd01b48cb1bb98849fd16d2ec9d /tests/ref.rs | |
parent | 1852707af3ebd3f261d72b46bd110ccbbbc5a51d (diff) | |
download | alacritty-59295e44312b3936132965636e5fac92118e5c27.tar.gz alacritty-59295e44312b3936132965636e5fac92118e5c27.zip |
Add zsh tab completion ref test
Diffstat (limited to 'tests/ref.rs')
-rw-r--r-- | tests/ref.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ref.rs b/tests/ref.rs index 66bbfe95..868771b6 100644 --- a/tests/ref.rs +++ b/tests/ref.rs @@ -35,6 +35,7 @@ ref_tests! { tmux_htop, vim_large_window_scroll, vim_simple_edit, + zsh_tab_completion, } fn read_u8<P>(path: P) -> Vec<u8> |