Skip to content

Commit 4a9bb29

Browse files
committed
Merge branch 'patch-1' of https://github.com/Globegitter/webpack
2 parents a4cc54e + b4f974d commit 4a9bb29

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

test/cases/parsing/harmony/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ it("should import a whole module", function() {
2727
abc.a.should.be.eql("a");
2828
abc.b.should.be.eql("b");
2929
abc.c.should.be.eql("c");
30+
abc.d.c.should.be.eql("c");
3031
var copy = (function(a) { return a; }(abc));
3132
copy.a.should.be.eql("a");
3233
copy.b.should.be.eql("b");
3334
copy.c.should.be.eql("c");
35+
copy.d.c.should.be.eql("c");
3436
(typeof abc).should.be.eql("object");
3537
});
3638

test/cases/parsing/harmony/node_modules/abc.js

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)