fixing fragment tests, most done
This commit is contained in:
@ -20,9 +20,13 @@ def minus(a,b)
|
||||
a = plus(a,t)
|
||||
end
|
||||
end
|
||||
|
||||
tim = times(7,6)
|
||||
tim.putint()
|
||||
|
||||
def t_seven()
|
||||
tim = times(7,6)
|
||||
tim.putint()
|
||||
end
|
||||
|
||||
t_seven()
|
||||
HERE
|
||||
@should = [0x0,0x40,0x2d,0xe9,0x2,0x30,0x41,0xe0,0x3,0x70,0xa0,0xe1,0x0,0x80,0xbd,0xe8,0x0,0x40,0x2d,0xe9,0x2,0x30,0x41,0xe0,0x3,0x70,0xa0,0xe1,0x0,0x80,0xbd,0xe8]
|
||||
@output = " 42 "
|
||||
|
Reference in New Issue
Block a user