You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
I have typed a test case for Leetcode Problem 37. I copy pasted into VSCode, then copy pasted it back into a new test cases. When running, it gives me the following error: [ is not a valid value of type character[][]
I got creating test cases error too. I typed the "pwwedf", quotation mark included, which is successfully working on website, but failed in the extension.
🐛 Bug Report
A clear and concise description of what the bug is.
I have typed a test case for Leetcode Problem 37. I copy pasted into VSCode, then copy pasted it back into a new test cases. When running, it gives me the following error:
[ is not a valid value of type character[][]
To Reproduce
Try test case:
Manually typed in:

Copy pasted into VSCode (or any other text, e.g notepad, sticky notes...) and back into leetcode test cases

Expected behavior
It should
run
, but is receiving[ is not a valid value of type character[][]
error.The text was updated successfully, but these errors were encountered: