fix and test basic and name expressions

This commit is contained in:
Torsten Ruger
2015-07-19 13:20:34 +03:00
parent 48d090f19c
commit 31d825df7b
5 changed files with 19 additions and 5 deletions

View File

@ -1,7 +1,7 @@
require_relative "test_foo"
require_relative "test_if"
#require_relative "test_functions"
require_relative "test_functions"
#require_relative "test_hello"
#require_relative "test_putint"
#require_relative "test_recursive_fibo"

View File

@ -24,7 +24,7 @@ HERE
end
def ttest_if_function
def test_if_function
@string_input = <<HERE
def itest(n)
if( n < 12)