From e94dc89606a8931ae4231d586eaa31a2daadac94 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sun, 15 Mar 2020 15:35:27 +0000 Subject: [PATCH] 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.) --- highlighters/main/test-data/alias-comment1.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlighters/main/test-data/alias-comment1.zsh b/highlighters/main/test-data/alias-comment1.zsh index 7810c4a..8618575 100644 --- a/highlighters/main/test-data/alias-comment1.zsh +++ b/highlighters/main/test-data/alias-comment1.zsh @@ -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 )