mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-03 07:05:57 +00:00
9a568b3a03
Names are adapted to DOS 8.3 file names, PETSCII adaptions of core.fth are reverted (DOS uses ASCII), the input test is disabled, since no way was yet found to inject keystrokes into dosbox. And some tweaks were applied to ans-shim.fth and the golden files to make the first tests (preliminary & core) to pass.
24 lines
619 B
Plaintext
24 lines
619 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
|