The previous implementation did not make sure that an endmarker (that is
expected to occur on a dedicated line) could be dedicated. This was
because a command whose output did not end with a newline would leave
residual content that prevented this detection.
This changeset modifies the nature of the endmarker such that a newline
is unconditionally present.
The previous implementation did not make sure that an endmarker (that is expected to occur on a dedicated line) could be dedicated. This was because a command whose output did not end with a newline would leave residual content that prevented this detection.
This changeset modifies the nature of the endmarker such that a newline is unconditionally present.
Closes #86 Closes #87