tests: vanilla-newline.zsh: Fix expectations
This commit is contained in:
parent
05ab9f7342
commit
404d498e1d
|
@ -34,7 +34,7 @@ BUFFER=' echo baz; echo qux'
|
|||
expected_region_highlight=(
|
||||
"2 5 $ZSH_HIGHLIGHT_STYLES[builtin]" # echo
|
||||
"7 9 $ZSH_HIGHLIGHT_STYLES[default]" # baz
|
||||
"10 10 $ZSH_HIGHLIGHT_STYLES[default]" # semicolon
|
||||
"10 10 $ZSH_HIGHLIGHT_STYLES[commandseparator]" # semicolon
|
||||
"12 15 $ZSH_HIGHLIGHT_STYLES[builtin]" # echo
|
||||
"17 19 $ZSH_HIGHLIGHT_STYLES[default]" # qux
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue