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

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