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

# gentest/argument.4.test is part of the GNU m4 testsuite
# generated from example in ../doc/m4.texinfo line 1076

. ${srcdir}/defs

cat <<\EOF >in
define(`foo', `This is macro `foo'.')
foo
EOF

cat <<\EOF >ok

This is macro foo.
EOF

$M4 -d in >out

$CMP -s out ok