effective-java-3rd-chinese/docs/_style/prism-master/tests/languages/io/comment_feature.test
2019-03-14 13:10:17 +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.