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