Files
OnJava8/docs/_style/prism-master/tests/languages/io/comment_feature.test
2019-03-30 20:31:44 +08:00

20 lines
314 B
Plaintext

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