Perf: rename tests related to hashed commands

This commit is contained in:
Roman Perepelitsa 2020-09-12 12:10:00 +02:00
commit fe98bbac6c
4 changed files with 6 additions and 6 deletions

View file

@ -27,9 +27,9 @@
# vim: ft=zsh sw=2 ts=2 et
# -------------------------------------------------------------------------------------------------
hash zsh_syntax_highlighting_hash=/usr/bin/env
hash zsh_syntax_highlighting_hash=/doesnotexist
BUFFER='zsh_syntax_highlighting_hash'
expected_region_highlight=(
"1 28 hashed-command"
"1 28 unknown-token"
)