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

Re: Bug#255788: $'' does not work after <<<



Interesting that the x is disappearing.

> Current behaviour (tested with zsh -f):
> 
>    % cat <<< $'x\ny'
>    \ny
> 
> Desired behaviour:
> 
>    % cat <<< $'x\ny'
>    x
>    y
> 
> BASH behaves in the latter manner, the ZSH User Guide shows
> that behaviour, and I see no reason why $'' should not work
> in the context of a here-string.
> 
> Love,
> 
>  -- Miciah <miciah@xxxxxxxxxxxxx>



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