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

  1. SC27: Test syntax checking of vskip typesetting directive.
  2.  
  3. 1. Test not exactly three arguments (includes vskip).
  4. @t vskip
  5. @t vskip one
  6. @t vskip one two three four
  7.  
  8. 2. Test third argument not "mm".
  9. @t vskip 32 xx
  10.  
  11. 3. Test second argument has bad digit.
  12. @t vskip 3f mm
  13.  
  14. 4. Test number has more than three digits
  15.  
  16. @t vskip 4355 mm
  17.  
  18. 5. Test a legal one too.
  19. @t vskip 20 mm
  20.  
  21.