at least basic tests work again

This commit is contained in:
Torsten Ruger
2014-05-08 18:42:24 +03:00
parent 034ae4f7ca
commit 9c2dfe79da
3 changed files with 8 additions and 10 deletions

View File

@ -26,9 +26,7 @@ class TestBasic < MiniTest::Test
end
def test_string
@string_input = <<HERE
"hello"
HERE
@string_input = "\"hello\""
@parse_output = {:string=>"hello"}
@transform_output = Ast::StringExpression.new('hello')
@parser = @parser.string