Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make/unit-tests
Module Name: src
Committed By: rillig
Date: Tue Jul 1 04:24:20 UTC 2025
Modified Files:
src/usr.bin/make/unit-tests: check-expect.lua directive-for.exp
directive-for.mk directive-warning.exp directive-warning.mk
Log Message:
tests/make: require "expect" comments to start a line
Lua's string.gmatch function doesn't allow the anchor "^"; but its
string.gsub function does.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/make/unit-tests/check-expect.lua
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/make/unit-tests/directive-for.exp
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/make/unit-tests/directive-for.mk
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/directive-warning.exp
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/make/unit-tests/directive-warning.mk
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