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