Skip to content

Unable input string as test case use file #739

@voidweapon

Description

@voidweapon

🐛 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\

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions