Module Name: src Committed By: kre Date: Mon May 29 22:27:47 UTC 2017
Modified Files: src/tests/bin/sh: t_expand.sh Log Message: Add a new test case wrap_strip based upon strip (ie: cut&paste.. to start) but with \ newline line continuations inserted at strange places. For the shell as it is today, since strip passes, wrap_strip should automaticallty pass as well (and does), as the \ newline combination is simply removed, producing identical input to that of strip. However, for accurate line counting ($LINENO: coming soon) newlines (no matter the context) cannot simply "go away" - we have to know where they occur(ed) (perhaps long after the text was read) so we know what line number we are actually processing. This new test case is (perhaps just part) of future-proofing that the modified code does not break anything. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/tests/bin/sh/t_expand.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.