From 9880276756971e4519045965ae3a1080c39d0609 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 28 Feb 2020 22:22:27 +0000 Subject: [PATCH] 'main': Fix the currently-failing test for issue #577. It is fixed in the next commit. --- highlighters/main/test-data/noglob-always.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/highlighters/main/test-data/noglob-always.zsh b/highlighters/main/test-data/noglob-always.zsh index 481722f..f59e562 100644 --- a/highlighters/main/test-data/noglob-always.zsh +++ b/highlighters/main/test-data/noglob-always.zsh @@ -39,6 +39,9 @@ expected_region_highlight=( '19 24 reserved-word' # always '26 26 reserved-word' # { '28 31 builtin' # echo + '33 33 default' # * '33 33 globbing "issue #577"' # * '35 35 reserved-word' # } ) + +expected_mismatch="expected default+globbing, observed default"