jellyfish-web/dashboard-ui/bower_components/prism/tests/languages/jade/comment_feature.test

22 lines
312 B
Text
Raw Normal View History

2016-02-03 18:00:01 -05:00
// 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.