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

22 lines
No EOL
312 B
Text

// foo
bar
// foo
bar baz
// foo
// bar
----------------------------------------------------
[
["comment", "// foo\r\n bar"],
["comment", "// foo\r\n\t\tbar baz"],
["comment", "// foo"],
["comment", "// bar"]
]
----------------------------------------------------
Checks for single-line comments.