summaryrefslogtreecommitdiff
path: root/tests/other-tests/discard-comments.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/other-tests/discard-comments.test')
-rwxr-xr-xtests/other-tests/discard-comments.test17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/other-tests/discard-comments.test b/tests/other-tests/discard-comments.test
new file mode 100755
index 00000000..2f6a4599
--- /dev/null
+++ b/tests/other-tests/discard-comments.test
@@ -0,0 +1,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