🐛 Bug Report
Platform: Windows
One single line like ""abcabcbb"" can work.
but Multiline cause error, input like follow:
case 1:
""abcabcbb""
""abcabcbb""
Runtime Error
Error
"abcabcbb"" is not a valid value of type string
"abcabcbb"" is not a valid value of type string
Your Input
"abcabcbb""
"abcabcbb"
case 2
"\"XX\""
"\"bacdgf\""
Runtime Error
Error
\XX\" is not a valid value of type string
\XX\" is not a valid value of type string
Your Input
\XX\"
"\bacdgf\