CS-Notes/docs/_style/prism-master/tests/languages/wiki/block-comment_feature.test

16 lines
278 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
/**/
/* foo */
/* foo
bar */
----------------------------------------------------
[
["block-comment", "/**/"],
["block-comment", "/* foo */"],
["block-comment", "/* foo\r\nbar */"]
]
----------------------------------------------------
Checks for comments.