1 dnl @ ../doc/m4.texi:3825: Origin of test
2 dnl @ expected status: 0
4 dnl @ Copyright (C) 2006, 2007, 2008, 2009 Free Software
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
10 define(`foo', `Hello World.')
14 traceon(`foo', `echo')
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