home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / m4-1.1-src.lha / src / amiga / m4-1.1 / checks / 22.trace < prev    next >
Encoding:
Text File  |  1993-11-08  |  357 b   |  14 lines

  1. dnl ../m4.texinfo:1375: 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.