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

19 lines
347 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
url('foo.png')
font-url('foo.ttf')
----------------------------------------------------
[
["url", "url"],
["punctuation", "("],
["string", "'foo.png'"],
["punctuation", ")"],
["url", "font-url"],
["punctuation", "("],
["string", "'foo.ttf'"],
["punctuation", ")"]
]
----------------------------------------------------
Checks for URLs.