1
0
Fork 0
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:
Peter Stephenson 2021-04-09 21:01:37 +01:00
parent eaff11c748
commit 283d2f3c27
3 changed files with 9 additions and 2 deletions

View file

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