20 lines
377 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
/**/
/* 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.