home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 304_01 / testdiv < prev    next >
Text File  |  1990-02-14  |  553b  |  40 lines

  1. .. April 23, 1989 test of diversion handling
  2. .pl 5
  3. .dt 5 nonesence
  4. .nf
  5. .di A
  6. this is A, line 1.
  7. .dt 5 valid
  8. this is A, line 2.
  9. this is A, line 3.
  10. .di
  11. .da B
  12. this's B, line 1.
  13. .di C \"this is illegal and should be caught!
  14. this's B, line 2.
  15. this's B, line 3.
  16. this's B, line 4.
  17. this's B, line 5.
  18. .da
  19. .pm 0
  20. .da A
  21. this's A, line 4.
  22. .di
  23. .pm 0
  24. .ce
  25. removing "B"
  26. .rm B
  27. .pm 1
  28. .ce
  29. appending some more...
  30. .da A
  31. this is A, line 5.
  32. this is A, line 6.
  33. this is A, line 7.
  34. this is A, line 8.
  35. this is A, line 9.
  36. .di
  37. .ce
  38. .pm
  39. THE END
  40.