mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
17 lines
294 B
Plaintext
17 lines
294 B
Plaintext
|
* foobar;
|
||
|
foo; * foobar;
|
||
|
/* foo
|
||
|
bar */
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "* foobar;"],
|
||
|
"\r\nfoo", ["punctuation", ";"],
|
||
|
["comment", "* foobar;"],
|
||
|
["comment", "/* foo\r\nbar */"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|