File:  [gforth] / gforth / test / coretest.out
Revision 1.2: download - view: text, annotated - select for diffs
Sun Oct 22 16:54:01 2006 UTC (17 years, 5 months ago) by anton
Branches: MAIN
CVS tags: v0-7-0, HEAD
added checking for division by zero and division overflow to
  mixed-size division words (*/ */mod fm/mod sm/rem um/mod).
these exceptions are now tested in our test suite
fixed bug in testing

    1: redefined {  redefined GDX  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>