17 lines
284 B
Plaintext
17 lines
284 B
Plaintext
""
|
|
"foo"
|
|
''
|
|
'bar'
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["string", "\"\""],
|
|
["string", "\"foo\""],
|
|
["string", "''"],
|
|
["string", "'bar'"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for double-quoted and single-quoted strings. |