mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
tests: vanilla-newline.zsh: Fix expectations
This commit is contained in:
parent
05ab9f7342
commit
404d498e1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue