tests: path-tilde-named.zsh: Fix expectations

The path string ends at offset 26, not 23.
This commit is contained in:
Daniel Shahaf 2015-09-17 19:05:20 +00:00
parent 547b8be304
commit 186536705b

View File

@ -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
)