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 / 37.undivert < prev    next >
Text File  |  1996-09-28  |  171b  |  10 lines

  1. dnl ../doc/m4.texinfo:2302: Origin of test
  2. define(`bar', `BAR')
  3. dnl @result{}
  4. undivert(`foo')
  5. dnl @result{}bar
  6. dnl @result{}
  7. include(`foo')
  8. dnl @result{}BAR
  9. dnl @result{}
  10.