Skip to content

Commit ac2c972

Browse files
committed
Add test for #374
1 parent 33388bc commit ac2c972

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
html /deep/ span
2+
{
3+
display: block;
4+
}

test/options/integral/test.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ describe('integral test', function() {
1313
this.shouldBeEqual('issue-252.sass', 'issue-252.expected.sass');
1414
});
1515

16+
it('Issue 374', function() {
17+
var config = this.Comb.getConfig('csscomb');
18+
this.comb.configure(config);
19+
this.shouldBeEqual('issue-374.css');
20+
});
21+
1622
it('Should detect everything in integral test', function() {
1723
var input = this.readFile('integral.expected.css');
1824
// Clone the required config object, otherwise other tests would fail

0 commit comments

Comments
 (0)