at least basic tests work again
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user