summaryrefslogtreecommitdiff
path: root/tests/gentest/argument.2.m4
blob: 598141438a7868273af87edd5b43f554d4ece58c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh

# gentest/argument.2.m4 is part of the GNU m4 testsuite
# generated from example in ../doc/m4.texinfo line 1046

. ${srcdir}/defs

cat <<\EOF >in
define(`exch', `$2, $1')
define(exch(``expansion text'', ``macro''))
macro
EOF

cat <<\EOF >ok


expansion text
EOF

$M4 -d in >out

$CMP -s out ok