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