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

21 lines
427 B
Plaintext

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.