feat(cses): integrate metadata command format in lua
This commit is contained in:
parent
8e13b8c61d
commit
35545a1ad2
4 changed files with 19 additions and 54 deletions
|
|
@ -96,7 +96,7 @@ describe('cp command parsing', function()
|
|||
end)
|
||||
|
||||
it('handles cses problem command', function()
|
||||
local opts = { fargs = { 'cses', '1234' } }
|
||||
local opts = { fargs = { 'cses', 'sorting_and_searching', '1234' } }
|
||||
|
||||
assert.has_no_errors(function()
|
||||
cp.handle_command(opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue