b3775e5cb5e6d6f565f02468046c7b4b16a8b597
[platform/upstream/m4.git] / checks / 096.trace
1 dnl @ ../doc/m4.texinfo:3796: 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(`foo', `Hello World.')
11 dnl @result{}
12 define(`echo', `$@')
13 dnl @result{}
14 traceon(`foo', `echo')
15 dnl @result{}
16 foo
17 dnl @error{}m4trace: -1- foo -> `Hello World.'
18 dnl @result{}Hello World.
19 echo(`gnus', `and gnats')
20 dnl @error{}m4trace: -1- echo(`gnus', `and gnats') -> ``gnus',`and gnats''
21 dnl @result{}gnus,and gnats