CS-Notes/docs/_style/prism-master/tests/languages/velocity/velocity-comment_feature.test
2018-12-19 14:09:39 +08:00

18 lines
387 B
Plaintext

#**#
#*Multiline <div>
comment*#
##
## Single line comment <div>
----------------------------------------------------
[
["velocity-comment", "#**#"],
["velocity-comment", "#*Multiline <div>\r\ncomment*#"],
["velocity-comment", "##"],
["velocity-comment", "## Single line comment <div>"]
]
----------------------------------------------------
Checks for comments.