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