tests: Distinguish issues #616 and #677.

See https://github.com/zsh-users/zsh-syntax-highlighting/issues/677#issuecomment-599225740 for details.

(In particular, there's already another test that calls itself #616.)
This commit is contained in:
Daniel Shahaf 2020-03-15 15:35:27 +00:00
parent f996d83975
commit e94dc89606

View file

@ -33,5 +33,5 @@ alias x=$'# foo\npwd'
BUFFER='x'
expected_region_highlight=(
'1 1 alias "issue #616"' # x
'1 1 alias "issue #677"' # x
)