home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / program / funnel.zoo / tests / sc11.fw < prev    next >
Text File  |  1993-04-15  |  745b  |  25 lines

  1. SC11: Syntax of the include pragma.
  2.  
  3. 1. Test include pragma not at start of line.
  4.  
  5.    @i
  6.  
  7. 2. Test ATi not followed by a blank.
  8.  
  9. @ix
  10.  
  11. 3. Test include filename is too long. The maximum on the Macintosh is
  12.    255 but we will use a filename of over 1024 characters so as to make
  13.    the test portable. The actual length used is 1100 characters in the
  14.    filename.
  15.  
  16.             1         (elided by comp.sources.unix moderator)7         8         9         0
  17. @i 1234567890(elided by comp.sources.unix moderator)1234567890
  18.  
  19. 4. Include pragma has an empty filename. Note: Because the ATi has to be
  20.    followed by a blank, we have to incur a trailing blank error here in
  21.    order to provoke the error we really want to see.
  22.  
  23. @i 
  24.  
  25.