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