jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/perl/comment_feature.test
2016-02-02 21:12:02 -05:00

17 lines
252 B
Plaintext

=label foo
bar
=cut
#
# foobar
----------------------------------------------------
[
["comment", "=label foo\r\nbar\r\n=cut"],
["comment", "#"],
["comment", "# foobar"]
]
----------------------------------------------------
Checks for comments.