home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_07_02 / v7n2094b.txt < prev    next >
Text File  |  1988-12-18  |  353b  |  21 lines

  1. Spacing Test
  2.  
  3. This test is designed to
  4. test whether my machine removes spaces.
  5.  
  6. Real paragraphs are marked by double space.
  7.  
  8. They are also marked by indents but
  9. listings, such as:
  10.  
  11.    start:   mov   a,b
  12.  
  13.             xra   a
  14.  
  15.             ret
  16.  
  17. are not marked quite the same.
  18.  
  19. My algorithm should correct both, but
  20. may mess up on tabs.
  21.