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 / 36.undivert < prev    next >
Encoding:
Text File  |  1993-11-08  |  335 b   |  14 lines

  1. dnl ../m4.texinfo:1933: Origin of test
  2. divert(1)
  3. This text is diverted first.
  4. divert(0)undivert(1)dnl
  5. dnl @result{}
  6. dnl @result{}This text is diverted first.
  7. undivert(1)
  8. dnl @result{}
  9. divert(1)
  10. This text is also diverted but not appended.
  11. divert(0)undivert(1)dnl
  12. dnl @result{}
  13. dnl @result{}This text is also diverted but not appended.
  14.