-
Notifications
You must be signed in to change notification settings - Fork 689
Open
Description
🐛 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:
[
["4",".",".",".","3",".",".",".","."],
[".",".",".","6",".",".","8",".","."],
[".",".",".",".",".",".",".",".","1"],
[".",".",".",".","5",".",".","9","."],
[".","8",".",".",".",".","6",".","."],
[".","7",".","2",".",".",".",".","."],
[".",".",".","1",".","2","7",".","."],
["5",".","3",".",".",".",".","4","."],
["9",".",".",".",".",".",".",".","."]
]
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.
Metadata
Metadata
Assignees
Labels
No labels

