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

15 lines
252 B
Text
Raw Normal View History

2016-02-03 18:00:01 -05:00
%foobar
%foo-bar
%foo_bar
----------------------------------------------------
[
["placeholder", "%foobar"],
["placeholder", "%foo-bar"],
["placeholder", "%foo_bar"]
]
----------------------------------------------------
Checks for placeholders.