Home | History | Annotate | Download | only in unit-tests
History log of /src/usr.bin/make/unit-tests/escape.exp
RevisionDateAuthorComments
 1.8  19-Oct-2023  rillig tests/make: clean up, explain and reorganize several tests
 1.7  09-Sep-2014  apb Add a test for backslash-newline at the very end of a command script.
 1.6  09-Sep-2014  apb Change @echo to echo in several places in escape.mk,
to make it easier to spot changes in what make sends to the shell.
Adjust escape.out to match.
 1.5  24-Aug-2014  apb In either a variable assignmentor a command, backslash-backslash-newline
does not escape the newline. This is compatible with gmake.
 1.4  24-Aug-2014  apb Our practice is that an even number of backslashes before a newline
in a variable assignment simply stores the backslashes as part of the
value, and treats the newline as though it was not escaped. This
is compatible with GNU make.
 1.3  24-Aug-2014  apb Our practice, despite what POSIX might say, is that "\#"
in a variable assignment stores "#" as part of the value.
The "\" is not taken literally, and the "#" does not begin a comment.
 1.2  24-Aug-2014  apb Adjust tests to correct for the fact that end-of-line comments
in variable assignments should not be included in the value.

Also fix more typos.
 1.1  24-Aug-2014  apb Add tests for backslash escaping in make(1).

Many of these tests fail, and I have populated the escape.exp file with
the results that I expect, not with the results that make(1) actually
produces.

Also update the set lists for these tests.

RSS XML Feed