]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/usr.bin/m4/gnupatterns.m4
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / regression / usr.bin / m4 / gnupatterns.m4
1 dnl $FreeBSD$
2 patsubst(`string with a + to replace with a minus', `+', `minus')
3 patsubst(`string with aaaaa to replace with a b', `a+', `b')
4 patsubst(`+string with a starting + to replace with a minus', `^+', `minus')