prism/tests/languages/stan/comment_feature.test

18 lines
261 B
Plaintext

# comment
// comment
/*
comment
*/
----------------------------------------------------
[
["comment", "# comment"],
["comment", "// comment"],
["comment", "/*\r\ncomment\r\n*/"]
]
----------------------------------------------------
Checks for comments.