mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
33 lines
616 B
Plaintext
33 lines
616 B
Plaintext
|
content: ""
|
||
|
content: "foo"
|
||
|
content: ''
|
||
|
content: 'foo'
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["property-declaration", [
|
||
|
["property", ["content"]],
|
||
|
["punctuation", ":"],
|
||
|
["string", "\"\""]
|
||
|
]],
|
||
|
["property-declaration", [
|
||
|
["property", ["content"]],
|
||
|
["punctuation", ":"],
|
||
|
["string", "\"foo\""]
|
||
|
]],
|
||
|
["property-declaration", [
|
||
|
["property", ["content"]],
|
||
|
["punctuation", ":"],
|
||
|
["string", "''"]
|
||
|
]],
|
||
|
["property-declaration", [
|
||
|
["property", ["content"]],
|
||
|
["punctuation", ":"],
|
||
|
["string", "'foo'"]
|
||
|
]]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for strings.
|