16 lines
263 B
Plaintext
16 lines
263 B
Plaintext
|
""
|
||
|
"fo\"obar"
|
||
|
"fo\"o\
|
||
|
bar"
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["string", "\"\""],
|
||
|
["string", "\"fo\\\"obar\""],
|
||
|
["string", "\"fo\\\"o\\\r\nbar\""]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for strings.
|