-
Notifications
You must be signed in to change notification settings - Fork 678
Open
@rcocco
Description
使用javascript,一遇到参数是字符串的题就没法输入测试用例。
例如290 word-pattern,
我尝试过
abba\ndog cat cat fish
"abba""dog cat cat fish"
"abba"\n"dog cat cat fish"
""abba\ndog cat cat fish""
所有这些都会提示
abba is not a valid value of type string
abba is not a valid value of type string
Metadata
Metadata
Assignees
Labels
No labels