Package: lua-cliargs
Version: 3.0.2-4
Severity: normal
run busted with lua5.5
+++++++++-++++++++++++++++++++++++++++++++++++++-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
173 successes / 2 failures / 0 errors / 0 pending : 0.124569 seconds
Failure -> spec/cliargs_spec.lua @ 31
cliargs #parse propagates errors
spec/cliargs_spec.lua:34: Expected objects to be equal.
Passed in:
(string) 'string'
Expected:
(string) 'nil'
stack traceback:
spec/cliargs_spec.lua:34: in function <spec/cliargs_spec.lua:31>
Failure -> spec/features/command_spec.lua @ 76
cliargs - commands running commands given a command file propagates parsing
errors
/usr/share/lua/5.5/luassert/assertions.lua:95: bad argument #2 to 'matches'
(string or object convertible to a string expected, got (nil))
stack traceback:
spec/features/command_spec.lua:82: in function
<spec/features/command_spec.lua:76>