Skip to content

Commit 4a2f3a4

Browse files
committed
Add test for libsass issue 1569
sass/libsass#1569
1 parent 90170b9 commit 4a2f3a4

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Error: Base-level rules cannot contain the parent-selector-referencing character '&'.
2+
on line 2 of /home/saper/sw/libsass/sass-spec/spec/libsass-ok-issues/issue_1569/input.scss
3+
Use --trace for backtrace.

spec/libsass-ok-issues/issue_1569/expected_output.css

Whitespace-only changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
$common-border: "foo";
2+
.nihilo & {
3+
.dijitMenu {
4+
border: $common-border;
5+
.dijitMenuItem {
6+
color: getColor('text-dark-main');
7+
}
8+
}
9+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
65

0 commit comments

Comments
 (0)