diff options
author | Jeff Bailey <jbailey@raspberryginger.com> | 2000-02-17 03:03:19 +0000 |
---|---|---|
committer | Jeff Bailey <jbailey@raspberryginger.com> | 2000-02-17 03:03:19 +0000 |
commit | bd11691d6520f7539e7ed2efdf75f266719e27e9 (patch) | |
tree | 13d3a4e534f6df846a128af52438769b9f51f09e /checks/29.changecom | |
download | m4-bd11691d6520f7539e7ed2efdf75f266719e27e9.tar.gz |
Initial revision
Diffstat (limited to 'checks/29.changecom')
-rw-r--r-- | checks/29.changecom | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/checks/29.changecom b/checks/29.changecom new file mode 100644 index 00000000..7a1dfa60 --- /dev/null +++ b/checks/29.changecom @@ -0,0 +1,11 @@ +dnl ../doc/m4.texinfo:1857: 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 |