hurra, a first test. looks a lot.... but lets not spoil th efeeling

This commit is contained in:
Torsten Ruger
2014-06-26 18:39:02 +03:00
parent 525f9d45c5
commit 16ceb2a60d
13 changed files with 94 additions and 87 deletions

View File

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