correct broken tests

This commit is contained in:
mgcaret 2020-01-06 10:08:50 -08:00
parent 77e0fa1d46
commit 8a8dfe09b8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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