home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / m4-1.4-src.tgz / tar.out / fsf / m4 / checks / 22.trace < prev    next >
Text File  |  1996-09-28  |  361b  |  14 lines

  1. dnl ../doc/m4.texinfo:1606: Origin of test
  2. define(`foo', `Hello World.')
  3. dnl @result{}
  4. define(`echo', `$@')
  5. dnl @result{}
  6. traceon(`foo', `echo')
  7. dnl @result{}
  8. foo
  9. dnl @error{}m4trace: -1- foo -> `Hello World.'
  10. dnl @result{}Hello World.
  11. echo(gnus, and gnats)
  12. dnl @error{}m4trace: -1- echo(`gnus', `and gnats') -> ``gnus',`and gnats''
  13. dnl @result{}gnus,and gnats
  14.