Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab980b7 commit bfc573cCopy full SHA for bfc573c
test/loaderTest.js
@@ -38,7 +38,7 @@ describe("loader", function() {
38
loader.call({
39
minimize: true
40
}, '<!-- comment --><h3>#{number} {customer}</h3>\n<p> {title} </p>\n\t <!-- comment --> <img src="image.png" />').should.be.eql(
41
- 'module.exports = "<h3>#{number} {customer}</h3><p>{title}</p><img src=\\"" + require("./image.png") + "\\">";'
+ 'module.exports = "<h3>#{number} {customer}</h3><p>{title}</p><img src=" + require("./image.png") + ">";'
42
);
43
});
44
it("should not translate root-relative urls (without root query)", function() {
0 commit comments