summaryrefslogtreecommitdiff
path: root/checks/27.changecom
diff options
context:
space:
mode:
Diffstat (limited to 'checks/27.changecom')
-rw-r--r--checks/27.changecom11
1 files changed, 11 insertions, 0 deletions
diff --git a/checks/27.changecom b/checks/27.changecom
new file mode 100644
index 00000000..108cbb59
--- /dev/null
+++ b/checks/27.changecom
@@ -0,0 +1,11 @@
+dnl ../doc/m4.texinfo:1859: Origin of test
+define(`comment', `COMMENT')
+dnl @result{}
+# A normal comment
+dnl @result{}# A normal comment
+changecom(`/*', `*/')
+dnl @result{}
+# Not a comment anymore
+dnl @result{}# Not a COMMENT anymore
+But: /* this is a comment now */ while this is not a comment
+dnl @result{}But: /* this is a comment now */ while this is not a COMMENT