jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/scss/placeholder_feature.test

15 lines
252 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
%foobar
%foo-bar
%foo_bar
----------------------------------------------------
[
["placeholder", "%foobar"],
["placeholder", "%foo-bar"],
["placeholder", "%foo_bar"]
]
----------------------------------------------------
Checks for placeholders.