15 lines
242 B
Plaintext
15 lines
242 B
Plaintext
""
|
|
"foo"
|
|
"foo""bar"
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["string", "\"\""],
|
|
["string", "\"foo\""],
|
|
["string", "\"foo\"\"bar\""]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for strings. |