-
-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: hashes inside @font-face
url
#678
Conversation
test/urlTest.js
Outdated
@@ -184,6 +184,12 @@ describe("url", function() { | |||
test("font face with url", "@font-face { src: url(regular.woff) format('woff'), url(~truetype/regular.ttf) format('truetype') }", [ | |||
[1, "@font-face { src: url(regular.woff) format('woff'), url(~truetype/regular.ttf) format('truetype') }", ""] | |||
], "?-url"); | |||
test("font face with url", "@font-face { src: url(Mark Simonson - Proxima Nova Alt Regular-webfont.eot?#iefix) format('embedded-opentype'), url(~opentype/Mark Simonson - Proxima Nova Alt Regular-webfont.eot?#iefix) format('embedded-opentype') }", [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indent seems to be off (?) :)
font-face
at rule@font-face
url
2264cbd
to
cf4e32f
Compare
Codecov Report
@@ Coverage Diff @@
## master #678 +/- ##
=======================================
Coverage 98.94% 98.94%
=======================================
Files 11 11
Lines 380 380
Branches 89 89
=======================================
Hits 376 376
Misses 4 4 Continue to review full report at Codecov.
|
@michael-ciniawsky fixed |
What kind of change does this PR introduce?
tests
Did you add tests for your changes?
yes
If relevant, did you update the README?
not matter
Summary
Ref: #668
Other information