first oo program to compile. But no worries, there is still work left to be done
This commit is contained in:
@ -7,13 +7,15 @@ class TestClass < MiniTest::Test
|
||||
@string_input = <<HERE
|
||||
class Object
|
||||
def index_of( name )
|
||||
return @layout.index_of(name)
|
||||
l = @layout
|
||||
return l.index_of(name)
|
||||
end
|
||||
def layout()
|
||||
return @layout
|
||||
end
|
||||
def class()
|
||||
return @layout.class()
|
||||
l = @layout
|
||||
return l.class()
|
||||
end
|
||||
end
|
||||
class Class
|
||||
@ -51,7 +53,7 @@ HERE
|
||||
@should = [0x0,0xb0,0xa0,0xe3,0x2a,0x10,0xa0,0xe3,0x13,0x0,0x0,0xeb,0x1,0x70,0xa0,0xe3,0x0,0x0,0x0,0xef,0x0,0x70,0xa0,0xe1,0x0,0x40,0x2d,0xe9,0xa,0x30,0x42,0xe2,0x22,0x21,0x42,0xe0,0x22,0x22,0x82,0xe0,0x22,0x24,0x82,0xe0,0x22,0x28,0x82,0xe0,0xa2,0x21,0xa0,0xe1,0x2,0x41,0x82,0xe0,0x84,0x30,0x53,0xe0,0x1,0x20,0x82,0x52,0xa,0x30,0x83,0x42,0x30,0x30,0x83,0xe2,0x0,0x30,0xc1,0xe5,0x1,0x10,0x41,0xe2,0x0,0x0,0x52,0xe3,0xef,0xff,0xff,0x1b,0x0,0x80,0xbd,0xe8,0x0,0x40,0x2d,0xe9,0x1,0x20,0xa0,0xe1,0x20,0x10,0x8f,0xe2,0x9,0x10,0x81,0xe2,0xe9,0xff,0xff,0xeb,0x14,0x10,0x8f,0xe2,0xc,0x20,0xa0,0xe3,0x1,0x0,0xa0,0xe3,0x4,0x70,0xa0,0xe3,0x0,0x0,0x0,0xef,0x0,0x70,0xa0,0xe1,0x0,0x80,0xbd,0xe8,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20]
|
||||
@output = " 42 "
|
||||
parse
|
||||
@target = [:Object , :foo]
|
||||
@target = [:String , :plus]
|
||||
write "class"
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user