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

21 lines
427 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
background: url('foo.png')
background: url("foo/bar.jpg")
----------------------------------------------------
[
["property-declaration", [
["property", ["background"]],
["punctuation", ":"],
["url", "url('foo.png')"]
]],
["property-declaration", [
["property", ["background"]],
["punctuation", ":"],
["url", "url(\"foo/bar.jpg\")"]
]]
]
----------------------------------------------------
Checks for urls.