15 lines
240 B
Plaintext
15 lines
240 B
Plaintext
|
''
|
||
|
'foobar'
|
||
|
'fo''obar'
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["string", "''"],
|
||
|
["string", "'foobar'"],
|
||
|
["string", "'fo''obar'"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for strings.
|