Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/bin/sh



Module Name:    src
Committed By:   kre
Date:           Thu Sep  9 00:04:51 UTC 2021

Modified Files:
        src/tests/bin/sh: t_here.sh

Log Message:
Add a new test case to check for correct parsing and execution
of a few bizarre here document usages, such as

        : << do | for x in xxx
        do
        do echo $x
        done

which should work, but never have done.  (See the source for others).

This test case will currently fail, until the bug is fixed
(already done, to be committed very soon).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/bin/sh/t_here.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index