mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-04-09 09:41:27 +00:00
Though I can't run coreext.fth and following tests yet (need to get
CP/M target compile going first to get a longer TIB), I'll check in the golden's for them already, anyway.
This commit is contained in:
parent
9a83986e8b
commit
9702f53ba4
52
8080/CPM/tests/golden/coreext.golden
Normal file
52
8080/CPM/tests/golden/coreext.golden
Normal file
@ -0,0 +1,52 @@
|
||||
|
||||
UTIL.FTH ?DEFTEST1 exists
|
||||
Test utilities loaded
|
||||
|
||||
ERRORREP.FTH
|
||||
COREEXT.FTH **************
|
||||
|
||||
Output from .(
|
||||
You should see -9876: -9876
|
||||
and again: -9876
|
||||
|
||||
|
||||
On the next 2 lines you should see First then Second messages:
|
||||
First message via .(
|
||||
Second message via ."
|
||||
|
||||
*
|
||||
|
||||
Output from .R and U.R
|
||||
You should see lines duplicated:
|
||||
indented by 0 spaces
|
||||
30278
|
||||
30278
|
||||
-31871
|
||||
-31871
|
||||
30278
|
||||
30278
|
||||
33665
|
||||
33665
|
||||
|
||||
indented by 0 spaces
|
||||
30278
|
||||
30278
|
||||
-31871
|
||||
-31871
|
||||
30278
|
||||
30278
|
||||
33665
|
||||
33665
|
||||
|
||||
indented by 5 spaces
|
||||
30278
|
||||
30278
|
||||
-31871
|
||||
-31871
|
||||
30278
|
||||
30278
|
||||
33665
|
||||
33665
|
||||
|
||||
***
|
||||
End of Core Extension word tests
|
5
8080/CPM/tests/golden/coreplus.golden
Normal file
5
8080/CPM/tests/golden/coreplus.golden
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
COREPLUS.FTH ********
|
||||
You should see 2345: 2345
|
||||
*****
|
||||
End of additional Core tests
|
3
8080/CPM/tests/golden/doubltst.golden
Normal file
3
8080/CPM/tests/golden/doubltst.golden
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
DOUBLTST.FTH *****************
|
||||
End of Double-Number word tests
|
Loading…
x
Reference in New Issue
Block a user