Refactor.

This commit is contained in:
Brad Nelson
2022-01-30 12:53:12 -08:00
parent e6d114adca
commit cc2d2060f8

View File

@ -349,6 +349,27 @@ e: check-snapshots
out: dump-file out: dump-file
;e ;e
e: check-ansi
out: page
out: at-xy
out: normal
out: bg
out: fg
out: ansi
;e
e: check-tasks
out: start-task
out: task
out: pause
out: tasks
;e
e: check-args
out: argv
out: argc
;e
DEFINED? windows [IF] DEFINED? windows [IF]
e: test-forth-namespace e: test-forth-namespace
@ -368,14 +389,10 @@ e: test-forth-namespace
check-blocks check-blocks
out: streams out: streams
check-snapshots check-snapshots
out: argv check-args
out: argc
check-locals check-locals
check-utils check-utils
out: start-task check-tasks
out: task
out: pause
out: tasks
out: include out: include
out: included out: included
out: resize out: resize
@ -394,12 +411,7 @@ e: test-forth-namespace
out: default-type out: default-type
out: windows out: windows
check-highlevel-floats check-highlevel-floats
out: page check-ansi
out: at-xy
out: normal
out: bg
out: fg
out: ansi
out: internals out: internals
check-vocabulary check-vocabulary
check-[]conds check-[]conds
@ -437,18 +449,14 @@ e: test-forth-namespace
check-blocks check-blocks
out: streams out: streams
out: xlib out: xlib
out: argv check-args
out: argc
check-locals check-locals
check-snapshots check-snapshots
out: include out: include
out: included out: included
check-utils check-utils
out: ms out: ms
out: start-task check-tasks
out: task
out: pause
out: tasks
out: form out: form
out: termios out: termios
out: resize out: resize
@ -464,12 +472,7 @@ e: test-forth-namespace
out: default-type out: default-type
out: posix out: posix
check-highlevel-floats check-highlevel-floats
out: page check-ansi
out: at-xy
out: normal
out: bg
out: fg
out: ansi
out: internals out: internals
check-vocabulary check-vocabulary
check-[]conds check-[]conds