home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / TEKST / FUNNEL_S / TESTS / SC07.FW < prev    next >
Text File  |  1992-05-27  |  964b  |  26 lines

  1. SC07: Processing of long lines.
  2.  
  3. SC07.1: Detection of a line longer than the default limit.
  4.  
  5. The default limit is 80 characters so we will test on either side of
  6. that:
  7.          1         2         3         4         5         6         7         8
  8. 12345678901234567890123456789012345678901234567890123456789012345678901234567890
  9. The above should not trigger a "line too long error". But this line should!------
  10.  
  11. SC07.3: Test the limit set at infinity.
  12.  
  13. @p maximum_input_line_length = infinity
  14.  
  15.          1         2         3         4         5         6         7         8
  16. 12345678901234567890123456789012345678901234567890123456789012345678901234567890
  17. The above should not trigger a "line too long error". Nor should this one!-------
  18.  
  19. SC07.3: Test the limit set lower.
  20.  
  21. @p maximum_input_line_length = 50
  22.  
  23.          1         2         3         4         5
  24. 12345678901234567890123456789012345678901234567890
  25. No error for the above but this line will!---------
  26.