hurra, a first test. looks a lot.... but lets not spoil th efeeling
This commit is contained in:
@ -6,7 +6,7 @@ class TestBasic < MiniTest::Test
|
||||
|
||||
def test_number
|
||||
@string_input = '42 '
|
||||
@output = Ast::IntegerExpression.new(42)
|
||||
@output = [Virtual::IntegerConstant.new(42)]
|
||||
check
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user