]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/m4/tests/gnupatterns.m4
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.bin / m4 / tests / 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')