jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/bison/comment_feature.test

25 lines
380 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
// Foobar
/* Foo
bar */
%%
// Foobar
/* Foo
bar */
%%
----------------------------------------------------
[
["bison", [
["comment", "// Foobar"],
["comment", "/* Foo\r\nbar */"],
["punctuation", "%%"],
["comment", "// Foobar"],
["comment", "/* Foo\r\nbar */"],
["punctuation", "%%"]
]]
]
----------------------------------------------------
Checks for comments.