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

Re: PATCH: <<<: Document newline behavior and fix optimization



On Wed, Mar 30, 2022 at 9:17 AM Jun T <takimoto-j@xxxxxxxxxxxxxxxxx> wrote:
>
>
> > 2022/03/09 3:58, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
>
> > --- a/Test/A04redirect.ztst
> > +++ b/Test/A04redirect.ztst
> > @@ -440,7 +440,7 @@
> > # This tests the here-string to filename optimisation; we can't
> > # test that it's actually being optimised, but we can test that it
> > # still works.
> > -  cat =(<<<$'This string has been replaced\nby a file containing it.\n')
> > +  cat =(<<<$'This string has been replaced\nby a file containing it.')
>
> It seems this patch for A04redirect.ztst is not included in the commit.

Ah, thanks. Somehow I don't have this hunk in my local repository at all,
even checking the reflog. Not sure how I managed that but I've committed
it now.

-- 
Mikael Magnusson




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