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

15 lines
252 B
Plaintext

%foobar
%foo-bar
%foo_bar
----------------------------------------------------
[
["placeholder", "%foobar"],
["placeholder", "%foo-bar"],
["placeholder", "%foo_bar"]
]
----------------------------------------------------
Checks for placeholders.