-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark a reference combinator spec as ending at 3.4. (#1133)
Mark a reference combinator spec as ending at 3.5.
- Loading branch information
Showing
9 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...-todo-tests/extend-tests/200_test_extend_with_subject_transfers_subject_to_extender/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DEPRECATION WARNING on line 1, column 1: | ||
DEPRECATION WARNING on line 1, column 1 of /sass/spec/extend-tests/200_test_extend_with_subject_transfers_subject_to_extender/input.scss: | ||
The subject selector operator "!" is deprecated and will be removed in a future release. | ||
This operator has been replaced by ":has()" in the CSS spec. | ||
For example: foo bar:has(baz) |
2 changes: 1 addition & 1 deletion
2
...-todo-tests/extend-tests/201_test_extend_with_subject_transfers_subject_to_extender/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DEPRECATION WARNING on line 1, column 1: | ||
DEPRECATION WARNING on line 1, column 1 of /sass/spec/extend-tests/201_test_extend_with_subject_transfers_subject_to_extender/input.scss: | ||
The subject selector operator "!" is deprecated and will be removed in a future release. | ||
This operator has been replaced by ":has()" in the CSS spec. | ||
For example: foo.x bar.y:has(baz.z) |
2 changes: 1 addition & 1 deletion
2
...sass-todo-tests/extend-tests/202_test_extend_with_subject_retains_subject_on_target/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DEPRECATION WARNING on line 1, column 1: | ||
DEPRECATION WARNING on line 1, column 1 of /sass/spec/extend-tests/202_test_extend_with_subject_retains_subject_on_target/input.scss: | ||
The subject selector operator "!" is deprecated and will be removed in a future release. | ||
This operator has been replaced by ":has()" in the CSS spec. | ||
For example: .foo:has(.bar) |
2 changes: 1 addition & 1 deletion
2
...ss-todo-tests/extend-tests/203_test_extend_with_subject_transfers_subject_to_target/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DEPRECATION WARNING on line 1, column 1: | ||
DEPRECATION WARNING on line 2, column 1 of /sass/spec/extend-tests/203_test_extend_with_subject_transfers_subject_to_target/input.scss: | ||
The subject selector operator "!" is deprecated and will be removed in a future release. | ||
This operator has been replaced by ":has()" in the CSS spec. | ||
For example: .bip .bap |
2 changes: 1 addition & 1 deletion
2
...ss-todo-tests/extend-tests/204_test_extend_with_subject_retains_subject_on_extender/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DEPRECATION WARNING on line 1, column 1: | ||
DEPRECATION WARNING on line 2, column 1 of /sass/spec/extend-tests/204_test_extend_with_subject_retains_subject_on_extender/input.scss: | ||
The subject selector operator "!" is deprecated and will be removed in a future release. | ||
This operator has been replaced by ":has()" in the CSS spec. | ||
For example: .bip:has(.bap) |
4 changes: 2 additions & 2 deletions
4
...todo-tests/extend-tests/205_test_extend_with_subject_fails_with_conflicting_subject/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
DEPRECATION WARNING on line 1, column 1: | ||
DEPRECATION WARNING on line 1, column 1 of /sass/spec/extend-tests/205_test_extend_with_subject_fails_with_conflicting_subject/input.scss: | ||
The subject selector operator "!" is deprecated and will be removed in a future release. | ||
This operator has been replaced by ":has()" in the CSS spec. | ||
For example: x:has(.bar) | ||
|
||
DEPRECATION WARNING on line 1, column 1: | ||
DEPRECATION WARNING on line 2, column 1 of /sass/spec/extend-tests/205_test_extend_with_subject_fails_with_conflicting_subject/input.scss: | ||
The subject selector operator "!" is deprecated and will be removed in a future release. | ||
This operator has been replaced by ":has()" in the CSS spec. | ||
For example: y:has(.bap) |
4 changes: 2 additions & 2 deletions
4
spec/libsass-todo-tests/scss-tests/046_test_parent_selector_with_subject/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
DEPRECATION WARNING on line 1, column 1: | ||
DEPRECATION WARNING on line 2, column 1 of /sass/spec/scss-tests/046_test_parent_selector_with_subject/input.scss: | ||
The subject selector operator "!" is deprecated and will be removed in a future release. | ||
This operator has been replaced by ":has()" in the CSS spec. | ||
For example: bar &.baz:has(.bip) | ||
|
||
DEPRECATION WARNING on line 1, column 1: | ||
DEPRECATION WARNING on line 5, column 1 of /sass/spec/scss-tests/046_test_parent_selector_with_subject/input.scss: | ||
The subject selector operator "!" is deprecated and will be removed in a future release. | ||
This operator has been replaced by ":has()" in the CSS spec. | ||
For example: bar &.baz:has(.bip) |
5 changes: 5 additions & 0 deletions
5
spec/scss-tests/117_test_selector_interpolation_in_reference_combinator/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
DEPRECATION WARNING on line 4, column 9 of /sass/spec/scss-tests/117_test_selector_interpolation_in_reference_combinator/input.scss: | ||
The reference combinator /a/ is deprecated and will be removed in a future release. | ||
|
||
DEPRECATION WARNING on line 4, column 20 of /sass/spec/scss-tests/117_test_selector_interpolation_in_reference_combinator/input.scss: | ||
The reference combinator /b|c/ is deprecated and will be removed in a future release. |
5 changes: 3 additions & 2 deletions
5
spec/scss-tests/117_test_selector_interpolation_in_reference_combinator/options.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
:ignore_for: | ||
- dart-sass | ||
:end_version: '3.5' | ||
:todo: | ||
- libsass |