Skip to content

Commit 8533a50

Browse files
committed
v0.6.6 fixes leafo#199
1 parent 6fdfe19 commit 8533a50

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

tests/FailingTest.php

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -84,32 +84,6 @@ public function provideFailing()
8484
background: #eee; }
8585
.nav-bar > .item, header ul > .item, header ul > li {
8686
margin: 0 10px; }
87-
END_OF_EXPECTED
88-
),
89-
array(
90-
'#199 - issue with selectors', <<<'END_OF_SCSS'
91-
.abc {
92-
color: #ddd;
93-
}
94-
95-
a.abc:hover {
96-
text-decoration: underline;
97-
}
98-
99-
small {
100-
@extend .abc;
101-
font-weight: italic;
102-
}
103-
END_OF_SCSS
104-
, <<<END_OF_EXPECTED
105-
.abc, small {
106-
color: #ddd; }
107-
108-
a.abc:hover {
109-
text-decoration: underline; }
110-
111-
small {
112-
font-weight: italic; }
11387
END_OF_EXPECTED
11488
),
11589
array(

0 commit comments

Comments
 (0)