1*9b9cf381SPeter Avalosdnl $FreeBSD: src/tools/regression/usr.bin/m4/m4wrap3.m4,v 1.2 2012/11/17 01:53:59 svnexp Exp $ 2*9b9cf381SPeter Avalosdnl $OpenBSD: src/regress/usr.bin/m4/m4wrap3.m4,v 1.1 2005/03/02 10:12:41 espie Exp $ 3*9b9cf381SPeter Avalosdnl Another test, this time for multiple wrappers 4*9b9cf381SPeter Avalosdnl Check the behavior in presence of recursive m4wraps 5*9b9cf381SPeter Avalosdnl both for POSIX m4 and for gnu-m4 mode 6*9b9cf381SPeter Avalosm4wrap(`this is 7*9b9cf381SPeter Avalos')dnl 8*9b9cf381SPeter Avalosm4wrap(`a string 9*9b9cf381SPeter Avalos')dnl 10*9b9cf381SPeter Avalosm4wrap(`m4wrap(`recurse 11*9b9cf381SPeter Avalos')')dnl 12*9b9cf381SPeter Avalosnormal m4 stuff 13