mirror of
https://github.com/zsh-users/zsh-syntax-highlighting
synced 2024-12-24 20:32:02 +00:00
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=(
|
||||
"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…
Reference in New Issue
Block a user