Skip to content

Commit e705206

Browse files
committed
Enable more passing libsass 4.0 tests
1 parent bea7c70 commit e705206

File tree

3 files changed

+0
-31
lines changed

3 files changed

+0
-31
lines changed

spec/core_functions/selector/is_superselector/simple/pseudo/selector_arg/any.hrx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<===> options.yml
2-
---
3-
:todo:
4-
- sass/libsass#2972
5-
61
<===> README.md
72
`:any()` is a deprecated alias for `:matches()` that Sass still supports for
83
legacy reasons. It should support the full range of behavior of `:matches()`,

spec/core_functions/selector/is_superselector/simple/pseudo/selector_arg/matches.hrx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ a {
4949
b: false;
5050
}
5151

52-
<===>
53-
================================================================================
54-
<===> complex/options.yml
55-
---
56-
:todo:
57-
- sass/libsass#2972
58-
5952
<===>
6053
================================================================================
6154
<===> complex/superset/input.scss
@@ -76,13 +69,6 @@ a {
7669
b: false;
7770
}
7871

79-
<===>
80-
================================================================================
81-
<===> list/options.yml
82-
---
83-
:todo:
84-
- sass/libsass#2972
85-
8672
<===>
8773
================================================================================
8874
<===> list/superset/input.scss
@@ -130,13 +116,6 @@ a {
130116
b: false;
131117
}
132118

133-
<===>
134-
================================================================================
135-
<===> prefix/options.yml
136-
---
137-
:todo:
138-
- sass/libsass#2972
139-
140119
<===>
141120
================================================================================
142121
<===> prefix/superset/input.scss

spec/core_functions/selector/is_superselector/simple/pseudo/selector_arg/slotted.hrx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<===> options.yml
2-
---
3-
:todo:
4-
- sass/libsass#2974
5-
61
<===> superset/input.scss
72
a {b: is-superselector("::slotted(c d, e f, g h)", "::slotted(c d.i, e j f)")}
83

0 commit comments

Comments
 (0)