15 lines
242 B
Text
15 lines
242 B
Text
![]() |
""
|
||
|
"fo\"obar"
|
||
|
'turkey
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["string", "\"\""],
|
||
|
["string", "\"fo\\\"obar\""],
|
||
|
["string", "'turkey"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for strings and symbols.
|