mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-08-24 04:23:16 +08:00
@@ -27,8 +27,8 @@
|
||||
# vim: ft=zsh sw=2 ts=2 et
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
BUFFER=$'echo "foo1\n'
|
||||
BUFFER=$'echo \'foo1\n'
|
||||
|
||||
expected_region_highlight=(
|
||||
"6 10 double-quoted-argument" # 'foo2"'
|
||||
"6 10 single-quoted-argument-unclosed" # 'foo1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user