]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/usr.bin/m4/m4wrap3.m4
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / regression / usr.bin / m4 / m4wrap3.m4
1 dnl $FreeBSD$
2 dnl $OpenBSD: src/regress/usr.bin/m4/m4wrap3.m4,v 1.1 2005/03/02 10:12:41 espie Exp $
3 dnl Another test, this time for multiple wrappers
4 dnl Check the behavior in presence of recursive m4wraps
5 dnl both for POSIX m4 and for gnu-m4 mode
6 m4wrap(`this is
7 ')dnl
8 m4wrap(`a string
9 ')dnl
10 m4wrap(`m4wrap(`recurse
11 ')')dnl
12 normal m4 stuff