Bump to m4 1.4.19
[platform/upstream/m4.git] / checks / 122.changecom
1 dnl @ ../doc/m4.texi:4549: 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(`hi', `HI')
11 dnl @result{}
12 define(`hi1hi2', `hello')
13 dnl @result{}
14 changecom(`q', `Q')
15 dnl @result{}
16 q hi Q hi
17 dnl @result{}q hi Q HI
18 changecom(`1', `2')
19 dnl @result{}
20 hi1hi2
21 dnl @result{}hello
22 hi 1hi2
23 dnl @result{}HI 1hi2