Skip to content

Commit bfc573c

Browse files
committed
fixed test
1 parent ab980b7 commit bfc573c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/loaderTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe("loader", function() {
3838
loader.call({
3939
minimize: true
4040
}, '<!-- 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") + "\\">";'
41+
'module.exports = "<h3>#{number} {customer}</h3><p>{title}</p><img src=" + require("./image.png") + ">";'
4242
);
4343
});
4444
it("should not translate root-relative urls (without root query)", function() {

0 commit comments

Comments
 (0)