Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm authored and xzyfer committed Dec 9, 2018
1 parent 2052ed6 commit 37ed5cf
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/libsass-closed-issues/issue_2779/error-dart-sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Error: Error: Parent selectors aren't allowed here.
&b
^^
- 1:1 root stylesheet
@debug(selector-extend(".a .b", "&b", ndll));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sass-spec/spec/libsass-closed-issues/issue_2779/input.scss 1:8 root stylesheet
6 changes: 6 additions & 0 deletions spec/libsass-closed-issues/issue_2779/error-libsass
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Error: Parent selectors aren't allowed here.
on line 1:33 of sass-spec/spec/libsass-closed-issues/issue_2779/input.scss, in function `selector-extend`
from line 1:7 of sass-spec/spec/libsass-closed-issues/issue_2779/input.scss
>> @debug(selector-extend(".a .b", "&b", ndll));

--------------------------------^
3 changes: 3 additions & 0 deletions spec/libsass-closed-issues/issue_2779/error-ruby-sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Error: $extendee: "&b" is not a valid selector: Invalid CSS after "": expected selector, was "&b" for `selector-extend'
on line 1 of sass-spec/spec/libsass-closed-issues/issue_2779/input.scss
Use --trace for backtrace.
1 change: 1 addition & 0 deletions spec/libsass-closed-issues/issue_2779/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@debug(selector-extend(".a .b", "&b", ndll));
Empty file.
1 change: 1 addition & 0 deletions spec/libsass-closed-issues/issue_2779/status
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
65

0 comments on commit 37ed5cf

Please sign in to comment.