jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/parser/parser-comment_feature.test

17 lines
327 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
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.