* xtrace output is a bit whack for associative array assignment
@ 2023-02-11 3:45 Bart Schaefer
0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 2023-02-11 3:45 UTC (permalink / raw)
To: Zsh hackers list
% typeset -A foo=( []=EMPTY [7]=SEVEN ['$(echo 7)']=ECHO )
+Src/zsh:10> typeset -A foo=([$'\M-"'''[EMPTY$'\M-"'[7SEVEN[$'\M-"''$(echo 7)' )
% typeset -p foo
+Src/zsh:11> typeset -p foo
typeset -A foo=( ['']=EMPTY ['$(echo 7)']=ECHO [7]=SEVEN )
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-11 3:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-11 3:45 xtrace output is a bit whack for associative array assignment Bart Schaefer
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/zsh/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).