home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / TEKST / FUNNEL_S / TESTS / SC22.FW < prev    next >
Text File  |  1992-05-27  |  574b  |  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.