mirror of
https://github.com/mgcaret/of816.git
synced 2025-04-14 09:36:58 +00:00
correct broken tests
This commit is contained in:
parent
77e0fa1d46
commit
8a8dfe09b8
@ -28,7 +28,7 @@ t{ 1 2 swap -> 2 1 }t
|
||||
t{ 1 2 3 4 2swap -> 3 4 1 2 }t
|
||||
|
||||
testing 7.3.1.4 Return stack
|
||||
t{ 1 2 >r drop >r -> 2 }t \ both >r and r>
|
||||
t{ 1 2 >r drop r> -> 2 }t \ both >r and r>
|
||||
t{ 1 >r r@ r> -> 1 1 }t
|
||||
|
||||
testing 7.3.1.5 Stack depth
|
||||
|
@ -7,7 +7,7 @@ t{ >in @ 0> -> true }t
|
||||
t{ ascii / parse test/ swap 0> -> 4 true }t
|
||||
t{ parse-word test swap 0> -> 4 true }t
|
||||
t{ source 0> swap 0> -> true true }t
|
||||
t{ word test count swap 0> -> 4 true }t
|
||||
t{ bl word test count swap 0> -> 4 true }t
|
||||
|
||||
testing 7.3.4.2 Console input
|
||||
\ not functionally tested
|
||||
|
Loading…
x
Reference in New Issue
Block a user