Imported Upstream version 1.4.16
[platform/upstream/m4.git] / checks / 113.changequot
1 dnl @ ../doc/m4.texinfo:4331: 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(`echo', `$#:$@:')
11 dnl @result{}
12 define(`hi', `HI')
13 dnl @result{}
14 changequote(`(',`)')
15 dnl @result{}
16 echo(hi)
17 dnl @result{}0::hi
18 changequote
19 dnl @result{}
20 changequote(`((', `))')
21 dnl @result{}
22 echo(hi)
23 dnl @result{}1:HI:
24 echo((hi))
25 dnl @result{}0::hi
26 changequote
27 dnl @result{}
28 changequote(`,', `)')
29 dnl @result{}
30 echo(hi,hi)bye)
31 dnl @result{}1:HIhibye: