16 lines
247 B
Text
16 lines
247 B
Text
![]() |
""
|
||
|
"fo\"o"
|
||
|
"foo \
|
||
|
\ bar"
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["string", "\"\""],
|
||
|
["string", "\"fo\\\"o\""],
|
||
|
["string", "\"foo \\\r\n \\ bar\""]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for strings.
|