test: add tests for encoded svg data uri#492
Merged
michael-ciniawsky merged 1 commit intowebpack:masterfrom Apr 18, 2017
Merged
test: add tests for encoded svg data uri#492michael-ciniawsky merged 1 commit intowebpack:masterfrom
michael-ciniawsky merged 1 commit intowebpack:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #492 +/- ##
======================================
Coverage 98.3% 98.3%
======================================
Files 10 10
Lines 354 354
Branches 79 79
======================================
Hits 348 348
Misses 6 6Continue to review full report at Codecov.
|
michael-ciniawsky
approved these changes
Apr 17, 2017
michael-ciniawsky
approved these changes
Apr 18, 2017
Contributor
michael-ciniawsky
left a comment
There was a problem hiding this comment.
@evilebottnawi Thx
fahad19
added a commit
to fahad19/css-loader
that referenced
this pull request
Apr 24, 2017
* master: fix: case insensitivity of @import (webpack#514) chore: update comment (webpack#515) docs(README): improve importLoaders section and example (webpack#512) docs(README): fix link (webpack#508) docs(README): fix typo in example (webpack#507) docs(README): fix typo in maintainers link (webpack#505) fix: imported variables are replaced in exports if followed by a comma (webpack#504) docs(README): standardize (webpack#503) test: `charset` directive (webpack#502) fix: url with a trailing space is now handled correctly (webpack#494) fix: use `btoa` instead `Buffer` (webpack#501) test: add test for escaped characters (webpack#493) test: add tests for encoded svg data uri (webpack#492) test: add tests when css contain data uri and source maps are enabled (webpack#491) fix: loader now correctly handles `url` with space(s) (webpack#495)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
Tests
Did you add tests for your changes?
it is tests
If relevant, did you update the README?
not required
Summary
Just more tests
Does this PR introduce a breaking change?
No
Other information
Not required