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

41 lines
561 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
//
// Foobar
******
//
// Foobar
******
|======
|
//
|
// Foobar
|======
----------------------------------------------------
[
["comment", "//"],
["comment", "// Foobar"],
["other-block", [
["punctuation", "******"],
["comment", "//"],
["comment", "// Foobar"],
["punctuation", "******"]
]],
["table", [
["punctuation", "|======"],
["punctuation", "|"],
["comment", "//"],
["punctuation", "|"],
["comment", "// Foobar"],
["punctuation", "|======"]
]]
]
----------------------------------------------------
Checks for comments.