mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
21 lines
466 B
Plaintext
21 lines
466 B
Plaintext
%%
|
|
foo: 'foo' "foo";
|
|
bar: '\'' "\"";
|
|
%%
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["bison", [
|
|
["punctuation", "%%"],
|
|
["property", "foo"], ["punctuation", ":"],
|
|
["string", "'foo'"], ["string", "\"foo\""], ["punctuation", ";"],
|
|
["property", "bar"], ["punctuation", ":"],
|
|
["string", "'\\''"], ["string", "\"\\\"\""], ["punctuation", ";"],
|
|
["punctuation", "%%"]
|
|
]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for strings. |