pkgsrc/regress/infra-unittests
rillig 2a5426f9ce mk/subst.mk: avoid undefined behavior in regular expressions
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html
says in section 9.3.2 BRE Ordinary Characters that only very few
characters may be preceded with a backslash.

As a side effect, this change allows parentheses in the variable names
listed in SUBST_VARS (even if that will never happen in practice).

The reason that the regression test had not replaced VAR.[] before was
simply that this variable had not been listed in SUBST_VARS.
2020-04-18 12:21:10 +00:00
..
extract.sh regress/infra-unittests: rewrite documentation, adjust code a little 2020-03-27 22:56:29 +00:00
help.sh regress/infra-unittests: add example tests for mk/help/help.awk 2020-03-30 06:40:53 +00:00
mocked-include.sh regress/infra-unittests: rewrite documentation, adjust code a little 2020-03-27 22:56:29 +00:00
spec
subst.sh mk/subst.mk: avoid undefined behavior in regular expressions 2020-04-18 12:21:10 +00:00
test.subr regress/infra-unittests: rewrite documentation, adjust code a little 2020-03-27 22:56:29 +00:00
tools-bison.sh regress/infra-unittests: rewrite documentation, adjust code a little 2020-03-27 22:56:29 +00:00