tests: Quote style in expected_region_highlight
This commit is contained in:
@@ -31,6 +31,6 @@ PREBUFFER=$'echo "foo1\n'
|
||||
BUFFER='foo2" ./'
|
||||
|
||||
expected_region_highlight=(
|
||||
"1 5 $ZSH_HIGHLIGHT_STYLES[double-quoted-argument]" # 'foo2"'
|
||||
"7 8 $ZSH_HIGHLIGHT_STYLES[path]" # './'
|
||||
"1 5 ${(q-)ZSH_HIGHLIGHT_STYLES[double-quoted-argument]}" # 'foo2"'
|
||||
"7 8 ${(q-)ZSH_HIGHLIGHT_STYLES[path]}" # './'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user