Imported Upstream version 1.4.16
[platform/upstream/m4.git] / checks / 119.changecom
1 dnl @ ../doc/m4.texinfo:4461: Origin of test
2 dnl @ expected status: 0
3 dnl @ extra options: 
4 dnl @ Copyright (C) 2006, 2007, 2008, 2009 Free Software
5 dnl @ Foundation, Inc.
6 dnl @ This file is free software; the Free Software Foundation
7 dnl @ gives unlimited permission to copy and/or distribute it
8 dnl @ with or without modifications, as long as this notice
9 dnl @ is preserved.
10 define(`comment', `COMMENT')
11 dnl @result{}
12 # A normal comment
13 dnl @result{}# A normal comment
14 changecom(`/*', `*/')
15 dnl @result{}
16 # Not a comment anymore
17 dnl @result{}# Not a COMMENT anymore
18 But: /* this is a comment now */ while this is not a comment
19 dnl @result{}But: /* this is a comment now */ while this is not a COMMENT