Skip to content

Commit f247d9b

Browse files
committed
1 parent 2052ed6 commit f247d9b

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Error: Error: Parent selectors aren't allowed here.
2+
&b
3+
^^
4+
- 1:1 root stylesheet
5+
@debug(selector-extend(".a .b", "&b", ndll));
6+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7+
sass-spec/spec/libsass-closed-issues/issue_2779/input.scss 1:8 root stylesheet
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Error: Parent selectors aren't allowed here.
2+
on line 1:33 of sass-spec/spec/libsass-closed-issues/issue_2779/input.scss, in function `selector-extend`
3+
from line 1:7 of sass-spec/spec/libsass-closed-issues/issue_2779/input.scss
4+
>> @debug(selector-extend(".a .b", "&b", ndll));
5+
6+
--------------------------------^
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Error: $extendee: "&b" is not a valid selector: Invalid CSS after "": expected selector, was "&b" for `selector-extend'
2+
on line 1 of sass-spec/spec/libsass-closed-issues/issue_2779/input.scss
3+
Use --trace for backtrace.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@debug(selector-extend(".a .b", "&b", ndll));

spec/libsass-closed-issues/issue_2779/output.css

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
65

0 commit comments

Comments
 (0)