Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#255788: $'' does not work after <<<
- X-seq: zsh-workers 20093
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#255788: $'' does not work after <<<
- Date: Wed, 23 Jun 2004 13:55:58 -0400
- Cc: "Miciah D.B. Masters" <miciah@xxxxxxxxxxxxx>, 255788-forwarded@xxxxxxxxxxxxxxx
- In-reply-to: <20040623023305.GA15259@localhost>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20040623023305.GA15259@localhost>
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