home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
zip
/
program
/
funnel.zoo
/
tests
/
sc23.fw
< prev
next >
Wrap
Text File
|
1993-04-11
|
734b
|
27 lines
SC23: Test syntax checking of output line length pragma.
1. Test not three arguments.
@p maximum_output_line_length
@p maximum_output_line_length =
@p maximum_output_line_length = xxx yyy
2. Test second argument not "=".
@p maximum_output_line_length x sloth
3. Test value of infinity.
@p maximum_output_line_length = infinity
4. Test non-decimal digit in number.
@p maximum_output_line_length = 2ef
5. Test number is more than eight digits long.
@p maximum_output_line_length = 123456789
6. Test number is exactly eight digits long.
7. Test pragma opposing earlier pragma.
@p maximum_output_line_length = 12345678
8. Test pragma not opposing earlier pragma.
@p maximum_output_line_length = infinity