jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/sass/comment_feature.test
2016-02-02 21:12:02 -05:00

23 lines
326 B
Plaintext

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