fixed tests: all printed data is quoted

This commit is contained in:
mpeterv
2014-01-25 12:46:42 +04:00
parent 23de82cab0
commit c0039106f3
5 changed files with 15 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ describe("tests related to converters", function()
args = "+"
}
assert.has_error(function() parser:parse{"foo", "bar", "baz"} end, "malformed argument foo")
assert.has_error(function() parser:parse{"foo", "bar", "baz"} end, "malformed argument 'foo'")
end)
it("second return value is used as error message", function()