mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -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. |