1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 06:49:49 +02:00

unposted: test for 43938

This commit is contained in:
Peter Stephenson 2018-12-30 17:59:26 +00:00
parent 9dde124818
commit d0f92b448e

View File

@ -2423,6 +2423,8 @@ F:behavior, see http://austingroupbugs.net/view.php?id=888
>: ` backtick
>: word
#' (to deconfuse emacs shell script mode)
(
setopt KSH_ARRAYS
typeset -A ksh_assoc
@ -2437,3 +2439,9 @@ F:behavior, see http://austingroupbugs.net/view.php?id=888
0:double-quoted nested evaluation of empty string
>0 0 0 0
>4 4 4 4
() {
local -a x
: <<< ${(F)x/y}
}
0:Separation / join logic regresssion test