mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-26 17:49:18 +00:00
4724cfe581
copied and adapted from the msdos tests. Also move include log2file.fb into test-min.fth
25 lines
629 B
Plaintext
25 lines
629 B
Plaintext
|
|
TESTER.FTH ERROR exists
|
|
CORE.FR
|
|
*********************YOU SHOULD SEE THE STANDARD GRAPHIC CHARACTERS:
|
|
!"#$%&'()*+,-./0123456789:;<=>?@
|
|
ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`
|
|
abcdefghijklmnopqrstuvwxyz{|}~
|
|
YOU SHOULD SEE 0-9 SEPARATED BY A SPACE:
|
|
0 1 2 3 4 5 6 7 8 9
|
|
YOU SHOULD SEE 0-9 (WITH NO SPACES):
|
|
0123456789
|
|
YOU SHOULD SEE A-G SEPARATED BY A SPACE:
|
|
A B C D E F G
|
|
YOU SHOULD SEE 0-5 SEPARATED BY TWO SPACES:
|
|
0 1 2 3 4 5
|
|
YOU SHOULD SEE TWO SEPARATE LINES:
|
|
LINE 1
|
|
LINE 2
|
|
YOU SHOULD SEE THE NUMBER RANGES OF SIGNED AND UNSIGNED NUMBERS:
|
|
SIGNED: -8000 7FFF
|
|
UNSIGNED: 0 FFFF
|
|
** GDX exists
|
|
End of Core word set tests
|
|
|