tests: path-tilde-named.zsh: Fix expectations
The path string ends at offset 26, not 23.
This commit is contained in:
parent
547b8be304
commit
186536705b
@ -34,5 +34,5 @@ BUFFER='ls ~D/path-tilde-named.zsh'
|
|||||||
|
|
||||||
expected_region_highlight=(
|
expected_region_highlight=(
|
||||||
"1 2 $ZSH_HIGHLIGHT_STYLES[command]" # ls
|
"1 2 $ZSH_HIGHLIGHT_STYLES[command]" # ls
|
||||||
"4 23 $ZSH_HIGHLIGHT_STYLES[path]" # ~D/path-tilde-named.zsh
|
"4 26 $ZSH_HIGHLIGHT_STYLES[path]" # ~D/path-tilde-named.zsh
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user