fix table

This commit is contained in:
Barrett Ruth 2025-10-03 09:27:52 -04:00
parent c9ba8281b0
commit d35ed0450b
3 changed files with 41 additions and 35 deletions

View file

@ -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)