Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Bug in ${(Q)...}



% emulate -R zsh
% setopt extended_glob
% echo $ZSH_VERSION "<${(Q)${$(print hello)/%hello#}}>"
4.0.6 < >

Shouldn't that be:
4.0.6 <>

(no space)

But note that:

% echo $ZSH_VERSION "<${(Q)$(print hello)/%hello#}>"  
4.0.6 <>

And that sounds good.

Phil.



Messages sorted by: Reverse Date, Date, Thread, Author