jellyfish-web/dashboard-ui/bower_components/prism/tests/languages/pure/comment_feature.test
2016-02-03 18:00:01 -05:00

20 lines
No EOL
313 B
Text

//
// Foobar
/**/
/* Foo
bar */
#! --nochecks
----------------------------------------------------
[
["comment", "//"],
["comment", "// Foobar"],
["comment", "/**/"],
["comment", "/* Foo\r\nbar */"],
["comment", "#! --nochecks"]
]
----------------------------------------------------
Checks for comments.