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
/
36.undivert
< prev
next >
Wrap
Text File
|
1996-09-28
|
339b
|
14 lines
dnl ../doc/m4.texinfo:2276: Origin of test
divert(1)
This text is diverted first.
divert(0)undivert(1)dnl
dnl @result{}
dnl @result{}This text is diverted first.
undivert(1)
dnl @result{}
divert(1)
This text is also diverted but not appended.
divert(0)undivert(1)dnl
dnl @result{}
dnl @result{}This text is also diverted but not appended.