mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
fixed tests: all printed data is quoted
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user