Skip to content
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

Merged
merged 1 commit into from
Feb 15, 2018
Merged

test: hashes inside @font-face url #678

merged 1 commit into from
Feb 15, 2018

Conversation

alexander-akait
Copy link
Member

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

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') }", [
Copy link
Member

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 (?) :)

@michael-ciniawsky michael-ciniawsky changed the title tests: hash inside url for font-face at rule test: hashes inside @font-face url Feb 15, 2018
@codecov
Copy link

codecov bot commented Feb 15, 2018

Codecov Report

Merging #678 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 630579d...cf4e32f. Read the comment docs.

@alexander-akait
Copy link
Member Author

@michael-ciniawsky fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants