mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
23 lines
326 B
Plaintext
23 lines
326 B
Plaintext
|
//
|
||
|
// foobar
|
||
|
/*
|
||
|
/* foo
|
||
|
bar
|
||
|
|
||
|
/* foo
|
||
|
bar
|
||
|
baz
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "//"],
|
||
|
["comment", "// foobar"],
|
||
|
["comment", "/*"],
|
||
|
["comment", "/* foo\r\n\tbar"],
|
||
|
["comment", "/* foo\r\n\t bar\r\n\t baz"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|