new short test

This commit is contained in:
Torsten Ruger 2015-08-20 16:06:44 +02:00
parent c039f3d6e6
commit 8689633bbf

View File

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