summaryrefslogtreecommitdiff
path: root/tests/other-tests/discard-comments.test
blob: 2f6a45993934feba2f43d41f9a625b9ff54165d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

# discard-comments.test is part of the GNU m4 testsuite

. ${srcdir}/defs

cat ${srcdir}/other-tests/discard-comments.m4 >in

cat <<\EOF >ok
This is not a comment This should not disappear.

html  ends.
EOF

M4PATH=$srcdir:$srcdir/other-tests $M4 -c -d in >out 2>err
sed -e "s, ../../src/m4:, m4:," err >sederr && mv sederr err
$CMP -s out ok