Author: Stan Eisenstat
Subject: Re: [Cs323] None
Date: Tuesday, 29 Sep 2020, 17:39:45
> Message Posted By: Unknown
>
> I had previously asked:
>
> > What is an example of when this would occur, "If the last line read does
> > not end with a newline, one is appended", if no line splices?
>
> " % echo -n 'a << b\nc\na' | parsley"
>
> In this case, does the "a" have a newline after if when fed into parsley?
> I want to make sure im correctly implementing the appending.
Yes, parsley must add the final newline since there is none.
--Stan-
PREV
INDEX
NEXT