File:  [gforth] / gforth / test / coretest.out
Revision 1.1: download - view: text, annotated - select for diffs
Thu Jun 17 19:54:36 1999 UTC (24 years, 10 months ago) by anton
Branches: MAIN
CVS tags: v0-6-2, v0-6-1, v0-6-0, v0-5-0, HEAD
gforth now produces exit code 1 if it has an error in batch processing
make check is now less verbose

    1: YOU SHOULD SEE THE STANDARD GRAPHIC CHARACTERS:
    2:  !"#$%&'()*+,-./0123456789:;<=>?@
    3: ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`
    4: abcdefghijklmnopqrstuvwxyz{|}~
    5: YOU SHOULD SEE 0-9 SEPARATED BY A SPACE:
    6: 0 1 2 3 4 5 6 7 8 9 
    7: YOU SHOULD SEE 0-9 (WITH NO SPACES):
    8: 0123456789
    9: YOU SHOULD SEE A-G SEPARATED BY A SPACE:
   10: A B C D E F G 
   11: YOU SHOULD SEE 0-5 SEPARATED BY TWO SPACES:
   12: 0  1  2  3  4  5  
   13: YOU SHOULD SEE TWO SEPARATE LINES:
   14: LINE 1
   15: LINE 2
   16: you should see this first. 
   17: you should see this later. 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>