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

# generated-tests/dnl.1.test is part of the GNU m4 testsuite
# generated from example in ../doc/m4.texinfo line 1851

. ${srcdir}/defs

cat <<\EOF >in
define(`foo', `Macro `foo'.')dnl A very simple macro, indeed.
foo
EOF

cat <<\EOF >ok
Macro foo.
EOF

$M4 -d in >out

$CMP -s out ok