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

  1. This is the include file for test SC15. The SC15 test checks to make
  2. sure that FunnelWeb is saving and restoring three scanning
  3. attributes across include files. We also want to make sure
  4. that the scanner is initializing these attributes correctly within
  5. the include file.
  6.  
  7. SC15.4: Make sure that the special character is AT at the start of
  8. include files.
  9.  
  10. @    - This should yield an error.
  11.  
  12. SC15.5 Ensure that the maximum input line length is 80 at the start
  13. of an include file. If all is well, only the second of the following two
  14. lines will provoke a "line too long" error.
  15.  
  16. 12345678901234567890123456789012345678901234567890123456789012345678901234567890
  17. 123456789012345678901234567890123456789012345678901234567890123456789012345678901
  18.  
  19. Now that we have checked the default attributes on entering an include file,
  20. we want to stuff them up so as to make sure that the attributes
  21. prevailing when the include was hit are restored.
  22.  
  23. @p maximum_input_line_length = 65
  24. @=+
  25.  
  26.