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

25 lines
380 B
Plaintext

// Foobar
/* Foo
bar */
%%
// Foobar
/* Foo
bar */
%%
----------------------------------------------------
[
["bison", [
["comment", "// Foobar"],
["comment", "/* Foo\r\nbar */"],
["punctuation", "%%"],
["comment", "// Foobar"],
["comment", "/* Foo\r\nbar */"],
["punctuation", "%%"]
]]
]
----------------------------------------------------
Checks for comments.