mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
48432 and enable test: fix quotiing of zstyle -L for zstyle -e
This commit is contained in:
parent
eaff11c748
commit
283d2f3c27
3 changed files with 9 additions and 2 deletions
|
|
@ -171,5 +171,5 @@
|
|||
a=( ${(M)a:#*con*text*ke*y*val*u*e} )
|
||||
print -r -- "$a"
|
||||
)
|
||||
-f:zstyle -L escapes the key (regression: workers/48424)
|
||||
0:zstyle -L escapes the key (regression: workers/48424)
|
||||
>zstyle $'con\C-@text' $'ke\C-@y' $'val\C-@u' e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue