zsh-users
 help / color / mirror / code / Atom feed
* flag z won't cause forced joining?
@ 2012-10-19  8:03 Han Pingtian
  2012-10-19 15:38 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Han Pingtian @ 2012-10-19  8:03 UTC (permalink / raw)
  To: zsh-user

Hi,

I just found that it looks like the z flag won't cause "forced joining"
which stated in rules 10, like this:

%  typeset -a arr;arr[1]=foo;arr[2]=\'bar;arr[3]=baz\';print -l ${(z)arr}
foo
'bar
baz'
% typeset -a arr;arr[1]=foo;arr[2]=\'bar;arr[3]=baz\';print -l ${(z)"${arr}"}
foo
'bar baz'
%

Not sure is it a problem. Please help. Thanks in advance.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-19 23:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-19  8:03 flag z won't cause forced joining? Han Pingtian
2012-10-19 15:38 ` Bart Schaefer
2012-10-19 23:34   ` Han Pingtian

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).