mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
Spec cleanups
This commit is contained in:
@@ -9,7 +9,7 @@ describe("tests related to default values", function()
|
||||
:default "bar"
|
||||
local args = parser:parse{}
|
||||
assert.same({foo = "bar"}, args)
|
||||
local args = parser:parse{"baz"}
|
||||
args = parser:parse{"baz"}
|
||||
assert.same({foo = "baz"}, args)
|
||||
end)
|
||||
|
||||
|
Reference in New Issue
Block a user