fix table
This commit is contained in:
parent
c9ba8281b0
commit
d35ed0450b
3 changed files with 41 additions and 35 deletions
|
|
@ -40,7 +40,7 @@ function M.get_status_info(ran_test_case)
|
|||
return { text = 'WA', highlight_group = 'CpTestWA' }
|
||||
end
|
||||
|
||||
return { text = '...', highlight_group = 'CpTestPending' }
|
||||
return { text = 'N/A', highlight_group = 'CpTestPending' }
|
||||
end
|
||||
|
||||
local function format_exit_code(code)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue