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[][]
🐛 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.