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