Skip to content

Commit 3571037

Browse files
committed
added another testcase for webpack-contrib#109
1 parent 05eb974 commit 3571037

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/localTest.js

+5
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,9 @@ describe("local", function() {
170170
}
171171
}
172172
});
173+
testLocal("issue-109", ".bar-1 { color: red; }", [
174+
[1, ".file--bar-1--2ESB7 { color: red; }", ""]
175+
], {
176+
"bar-1": "file--bar-1--2ESB7"
177+
}, "?modules&importLoaders=1&localIdentName=[name]--[local]--[hash:base64:5]");
173178
});

0 commit comments

Comments
 (0)