test: charset directive#502
Merged
michael-ciniawsky merged 1 commit intowebpack:masterfrom Apr 20, 2017
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #502 +/- ##
=======================================
Coverage 98.59% 98.59%
=======================================
Files 10 10
Lines 356 356
Branches 80 80
=======================================
Hits 351 351
Misses 5 5Continue to review full report at Codecov.
|
charset directive [#211].charset directive
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
Close #211
Does this PR introduce a breaking change?
no
Other information
not required