mirror of
https://github.com/PeterCamilleri/fOOrth
synced 2024-11-16 07:47:56 +01:00
Fun with more tests.
This commit is contained in:
parent
3befa730bd
commit
3ba3bdbd16
1 changed files with 3 additions and 0 deletions
|
@ -55,5 +55,8 @@ class ProcedureLibraryTester < Minitest::Test
|
|||
foorth_run('$t_i_d_1 .:: .set_boot @boot ! ;')
|
||||
foorth_run('56 $t_i_d_1 .set_boot')
|
||||
foorth_equal('2 $t_i_d_1 .addby', [58])
|
||||
|
||||
foorth_run('128 $t_i_d_1 .set_boot')
|
||||
foorth_equal('64 $t_i_d_1 .addby', [192])
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue