prism/tests/languages/wren/comment_feature.test

22 lines
256 B
Plaintext

// comment
/**/
/* comment */
/*
/*
nested comment
*/
*/
----------------------------------------------------
[
["comment", "// comment"],
["comment", "/**/"],
["comment", "/* comment */"],
["comment", "/*\r\n/*\r\nnested comment\r\n*/\r\n*/"]
]