20 lines
314 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
//
// Foobar
#!/usr/bin/env io
/* multiline
comment
*/
----------------------------------------------------
[
["comment", "//"],
["comment", "// Foobar"],
["comment", "#!/usr/bin/env io"],
["comment", "/* multiline\ncomment\n*/"]
]
----------------------------------------------------
Checks for comments.