prism/tests/languages/nevod/comment_feature.test

20 lines
380 B
Plaintext

/* Comment */
/* Multi-line
comment */
/**/
//
// Single-line comment
----------------------------------------------------
[
["comment", "/* Comment */"],
["comment", "/* Multi-line\r\ncomment */"],
["comment", "/**/"],
["comment", "//"],
["comment", "// Single-line comment"]
]
----------------------------------------------------
Checks for comments.