/**/
/* Foo "bar" */
/* Foo //bar
baz */
//
// Foo /* bar */
//
/*
*/
----------------------------------------------------
[
["soy", [["comment", "/**/"]]],
["soy", [["comment", "/* Foo \"bar\" */"]]],
["soy", [["comment", "/* Foo //bar\r\nbaz */"]]],
["soy", [["comment", "//"]]],
["soy", [["comment", "// Foo /* bar */"]]],
["soy", [["comment", "// "]]],
["soy", [["comment", "/* \r\n
*/"]]]
]
----------------------------------------------------
Checks for comments.