leetcode.vim icon indicating copy to clipboard operation
leetcode.vim copied to clipboard

LeetCodeTest only opens a new window with #Test Input

Open Galus opened this issue 5 years ago • 2 comments

After running LeetCodeTest on some the first two-sim problem, I expect to have a 'run code' / 'test' submission. But right now I am only able to use this to see the Test Input.

# Test Input
[2,7,11,15]
9

for the two-sums problem

When running LeetCodeSubmit, I get a window with expected output.

Galus avatar Oct 09 '20 21:10 Galus

I'm seeing the same running in NVIM v0.4.4 against a solution written in go. LeetCodeTest opens a new split with test input, but not one with test results.

dstokes avatar Nov 23 '20 23:11 dstokes

Try :wq on the new window that opens with the test input.

destinationunknown avatar Mar 07 '21 18:03 destinationunknown