zsh-workers
 help / color / mirror / code / Atom feed
* [BUG] (z)-flag interrupts if $() in input
@ 2016-10-30  6:33 Sebastian Gniazdowski
  2016-10-30 15:25 ` Daniel Shahaf
  0 siblings, 1 reply; 7+ messages in thread
From: Sebastian Gniazdowski @ 2016-10-30  6:33 UTC (permalink / raw)
  To: zsh-workers

Hello,
% a='This is a $() test of z flag'
% print -rl -- "${(z@)a}"
This
is
a
$()

% a='This is a $(a) test of z flag'
% print -rl -- "${(z@)a}"
This
is
a
$(a)
test
of
z
flag

-- 
  Sebastian Gniazdowski
  psprint@fastmail.com


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

end of thread, other threads:[~2016-11-03 10:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-30  6:33 [BUG] (z)-flag interrupts if $() in input Sebastian Gniazdowski
2016-10-30 15:25 ` Daniel Shahaf
2016-10-30 17:09   ` Peter Stephenson
2016-10-30 18:04     ` Bart Schaefer
2016-10-30 20:14       ` Bart Schaefer
2016-11-03 10:23       ` Peter Stephenson
2016-10-30 17:55   ` 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).