ianding1 / leetcode.vim

Solve LeetCode problems in Vim!
MIT License
308 stars 43 forks source link

LeetCodeTest only opens a new window with #Test Input #59

Open Galus opened 3 years ago

Galus commented 3 years ago

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.

dstokes commented 3 years ago

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.

destinationunknown commented 3 years ago

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