mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-01-30 09:47:13 +08:00
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=(
|
expected_region_highlight=(
|
||||||
"2 5 $ZSH_HIGHLIGHT_STYLES[builtin]" # echo
|
"2 5 $ZSH_HIGHLIGHT_STYLES[builtin]" # echo
|
||||||
"7 9 $ZSH_HIGHLIGHT_STYLES[default]" # baz
|
"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
|
"12 15 $ZSH_HIGHLIGHT_STYLES[builtin]" # echo
|
||||||
"17 19 $ZSH_HIGHLIGHT_STYLES[default]" # qux
|
"17 19 $ZSH_HIGHLIGHT_STYLES[default]" # qux
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user