diff --git a/highlighters/main/test-data/empty-command.zsh b/highlighters/main/test-data/empty-command.zsh index b63ecb5..6b20e91 100644 --- a/highlighters/main/test-data/empty-command.zsh +++ b/highlighters/main/test-data/empty-command.zsh @@ -28,7 +28,8 @@ # vim: ft=zsh sw=2 ts=2 et # ------------------------------------------------------------------------------------------------- -BUFFER='echo; ; ' # without the trailing space, it's highlighted as path_approx +# without the trailing space, it's highlighted as path_approx (issue #187, issue #204) +BUFFER='echo; ; ' expected_region_highlight=( "5 5 $ZSH_HIGHLIGHT_STYLES[commandseparator]" # ;