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

  1. SC18: Test <special>#=
  2.  
  3. First we trip up the scanner so no further passes take place.
  4.  
  5. @
  6.  
  7. 1. Test with all possible printable characters.
  8.  
  9. @=! !=" "=# #=$ $=% %=& &=' '=( (=) )=* *=+ +=, ,=- -=. .=/
  10. /=0 0=1 1=2 2=3 3=4 4=5 5=6 6=7 7=8 8=9 9=: :=; ;=< <== ==>
  11. >=? ?=@ @=A A=B B=C C=D D=E E=F F=G G=H H=I I=J J=K K=L L=M
  12. M=N N=O O=P P=Q Q=R R=S S=T T=U U=V V=W W=X X=Y Y=Z Z=[ [=\
  13. \=] ]=^ ^=_ _=` `=a a=b b=c c=d d=e e=f f=g g=h h=i i=j j=k
  14. k=l l=m m=n n=o o=p p=q q=r r=s s=t t=u u=v v=w w=x x=y y=z
  15. z={ {=| |=} }=~ ~=@
  16.  
  17. 2. Test that <special>=<space> is flagged as an error.
  18.  
  19.    @=     @! Should be flagged as an error.
  20.  
  21. 3. Test that <special>=EOL is flagged as an error.
  22.  
  23.    @=
  24.  
  25.