Author: Unknown
Subject: None
Date: Tuesday, 29 Sep 2020, 13:05:57
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.
PREV
INDEX
NEXT