mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
18 lines
278 B
Plaintext
18 lines
278 B
Plaintext
::
|
|
:: Foobar
|
|
REM Foobar
|
|
rem foo^
|
|
bar
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "::"],
|
|
["comment", ":: Foobar"],
|
|
["comment", "REM Foobar"],
|
|
["comment", "rem foo^\r\nbar"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |