Files
OnJava8/docs/_style/prism-master/tests/languages/reason/comment_feature.test
2019-03-30 20:31:44 +08:00

20 lines
377 B
Plaintext

/**/
/* Single line comment */
/* Multiline
comment */
/**
Doc comment
*/
----------------------------------------------------
[
["comment", "/**/"],
["comment", "/* Single line comment */"],
["comment", "/* Multiline\r\ncomment */"],
["comment", "/**\r\nDoc comment\r\n*/"]
]
----------------------------------------------------
Checks for comments.