Skip to content

Commit

Permalink
Stop testing the reference combinator.
Browse files Browse the repository at this point in the history
This combinator has been removed from the CSS spec. Sass implementations
thus no longer need to support it. It should be deprecated and
eventually removed from implementations that support it now.

See sass/sass#303
  • Loading branch information
nex3 committed Feb 17, 2017
1 parent bca233c commit 7a6cb63
Show file tree
Hide file tree
Showing 23 changed files with 12 additions and 103 deletions.
4 changes: 4 additions & 0 deletions spec/css/selector/reference_combinator/error
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Error: expected selector.
.foo /bar/ .baz{
^
spec/css/selector/reference_combinator/input.scss 1:6 root stylesheet
Empty file.
3 changes: 3 additions & 0 deletions spec/css/selector/reference_combinator/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.foo /bar/ .baz {
a: b;
}
4 changes: 4 additions & 0 deletions spec/css/selector/reference_combinator/options.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
:todo:
- libsass
- ruby-sass
1 change: 1 addition & 0 deletions spec/css/selector/reference_combinator/status
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
65

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions spec/libsass-closed-issues/issue_452/expected_output.css

This file was deleted.

17 changes: 0 additions & 17 deletions spec/libsass-closed-issues/issue_452/input.scss

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,3 @@ foo bar ~ baz {
bar ~ baz foo {
bam: true;
}

foo bar /deep/ baz {
bam: true;
}
bar /deep/ baz foo {
bam: true;
}
9 changes: 0 additions & 9 deletions spec/libsass/parent-selector/inner-combinator/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,3 @@ foo {
bam: true;
}
}

foo {
& bar /deep/ baz {
bam: true;
}
bar /deep/ baz & {
bam: true;
}
}
4 changes: 0 additions & 4 deletions spec/libsass/parent-selector/inner-pseudo/expected_output.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ foo:bar > baz {
foo:bar ~ baz {
bam: true;
}

foo:bar /deep/ baz {
bam: true;
}
6 changes: 0 additions & 6 deletions spec/libsass/parent-selector/inner-pseudo/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,3 @@ foo {
bam: true;
}
}

foo {
&:bar /deep/ baz {
bam: true;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,3 @@ foo ~ bar baz {
baz foo ~ bar {
bam: true;
}

foo /deep/ bar baz {
bam: true;
}
baz foo /deep/ bar {
bam: true;
}
9 changes: 0 additions & 9 deletions spec/libsass/parent-selector/outer-combinator/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,3 @@ foo ~ bar {
bam: true;
}
}

foo /deep/ bar {
& baz {
bam: true;
}
baz & {
bam: true;
}
}
4 changes: 0 additions & 4 deletions spec/libsass/parent-selector/outer-pseudo/expected_output.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ foo > bar:baz {
foo ~ bar:baz {
bam: true;
}

foo /deep/ bar:baz {
bam: true;
}
6 changes: 0 additions & 6 deletions spec/libsass/parent-selector/outer-pseudo/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,3 @@ foo ~ bar {
bam: true;
}
}

foo /deep/ bar {
&:baz {
bam: true;
}
}

This file was deleted.

This file was deleted.

0 comments on commit 7a6cb63

Please sign in to comment.