comment_feature.test 309 Bytes
/**/
/* foo */
/* foo
bar */

----------------------------------------------------

[
	["comment", "/**/"],
	["comment", "/* foo */"],
	["comment", "/* foo\r\nbar */"]
]

----------------------------------------------------

Checks for empty comment, single-line comment and multi-line comment.