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