kaiwk / leetcode.el

An Emacs LeetCode client.
GNU General Public License v3.0
396 stars 70 forks source link

Populate the testcase buffer with all example test cases #125

Open appleby opened 2 months ago

appleby commented 2 months ago

The graphql entity sampleTestCase returns only the first example test case for a given problem, whereas exampleTestcases returns all the example test cases.

Verified that this change populates the leetcode-testcase buffer with all available testcases and that leetcode-try and leetcode-submit still work.