fix and test basic and name expressions
This commit is contained in:
@ -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"
|
||||
|
@ -24,7 +24,7 @@ HERE
|
||||
end
|
||||
|
||||
|
||||
def ttest_if_function
|
||||
def test_if_function
|
||||
@string_input = <<HERE
|
||||
def itest(n)
|
||||
if( n < 12)
|
||||
|
Reference in New Issue
Block a user