prism/tests/languages/io/comment_feature.test

20 lines
318 B
Plaintext

//
// Foobar
#!/usr/bin/env io
/* multiline
comment
*/
----------------------------------------------------
[
["comment", "//"],
["comment", "// Foobar"],
["comment", "#!/usr/bin/env io"],
["comment", "/* multiline\r\ncomment\r\n*/"]
]
----------------------------------------------------
Checks for comments.