mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
parent
f4d37b74cc
commit
749b30221d
2 changed files with 23 additions and 16 deletions
|
|
@ -27,10 +27,14 @@
|
|||
# vim: ft=zsh sw=2 ts=2 et
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
ln -s /nonexistent broken-symlink
|
||||
BUFFER=': broken-symlink'
|
||||
CURSOR=5 # to make path_prefix ineligible
|
||||
if [[ $OSTYPE == msys ]]; then
|
||||
skip_test='Cannot create symlinks in msys2'
|
||||
else
|
||||
ln -s /nonexistent broken-symlink
|
||||
BUFFER=': broken-symlink'
|
||||
CURSOR=5 # to make path_prefix ineligible
|
||||
|
||||
expected_region_highlight=(
|
||||
"3 16 path" # broken-symlink
|
||||
)
|
||||
expected_region_highlight=(
|
||||
"3 16 path" # broken-symlink
|
||||
)
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue