We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799b264 commit 33cfc5dCopy full SHA for 33cfc5d
lua/leetcode-ui/renderer/result.lua
@@ -125,7 +125,7 @@ function ResultLayout:handle_submission_error(item) -- status code = 11
125
self:insert(header)
126
127
self:insert(Case({ ---@diagnostic disable-line
128
- input = item.input_formatted,
+ input = vim.split(item.input, "\n"),
129
raw_input = item.last_testcase,
130
output = item.code_output,
131
expected = item.expected_output,
0 commit comments