fixing all tests

This commit is contained in:
Torsten Ruger
2015-05-15 21:11:44 +03:00
parent f691ba1b20
commit 9d8dc68bf4
3 changed files with 5 additions and 5 deletions

View File

@ -51,7 +51,7 @@ class TestBasic < MiniTest::Test
def test_string
@string_input = "\"hello\""
@output = "-Virtual::Return(:index => 5, :type => Virtual::Reference)*^* :value Parfait::Word(:string => 'hello')"
@output = "-Virtual::Return(:index => 5, :type => Virtual::Reference, :value => Parfait::Word('hello'))"
check
end