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

17 lines
327 B
Plaintext

Foo
#
# Foobar
----------------------------------------------------
[
"Foo\r\n",
["parser-comment", "#"],
["parser-comment", "# Foobar"]
]
----------------------------------------------------
Checks for comments.
The first line of this test is needed, since we require a whitespace before the hash
and tests are trimmed.