new short test
This commit is contained in:
parent
c039f3d6e6
commit
8689633bbf
@ -15,9 +15,13 @@ HERE
|
||||
end
|
||||
|
||||
def test_foo
|
||||
@string_input = <<HERE
|
||||
3.foo( 4 )
|
||||
HERE
|
||||
@string_input = "3.foo( 4 )"
|
||||
@expect = [Virtual::Return ]
|
||||
check
|
||||
end
|
||||
|
||||
def test_add
|
||||
@string_input = "2 + 5"
|
||||
@expect = [Virtual::Return ]
|
||||
check
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user