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

  1. SC22: Test syntax checking of input line length pragma.
  2.  
  3. 1. Test not three arguments.
  4. @p maximum_input_line_length
  5. @p maximum_input_line_length =
  6. @p maximum_input_line_length = xxx yyy
  7.  
  8. 2. Test second argument not "=".
  9. @p maximum_input_line_length x sloth
  10.  
  11. 3. Test value of infinity.
  12. @p maximum_input_line_length = infinity
  13.  
  14. 4. Test non-decimal digit in number.
  15. @p maximum_input_line_length = 2ef
  16.  
  17. 5. Test number is more than eight digits long.
  18. @p maximum_input_line_length = 123456789
  19.  
  20. 6. Test number is exactly eight digits long.
  21. @p maximum_input_line_length = 12345678
  22.  
  23.  
  24.