Fun with more tests.

This commit is contained in:
PeterCamilleri 2018-09-08 19:43:30 -04:00
parent 3befa730bd
commit 3ba3bdbd16

View file

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