Skip to content

Commit bea7c70

Browse files
committed
Acitvate a few more
1 parent bae9997 commit bea7c70

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

spec/core_functions/selector/parse/error.hrx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ Error: $selector: expected selector.
7373

7474
<===>
7575
================================================================================
76-
<===> too_nested/options.yml
77-
---
78-
:todo:
79-
- sass/libsass#2964
80-
8176
<===> too_nested/input.scss
8277
a {b: selector-parse((append((), append((), c)),))}
8378

@@ -92,11 +87,6 @@ a list of strings, or a list of lists of strings.
9287

9388
<===>
9489
================================================================================
95-
<===> inner_comma/options.yml
96-
---
97-
:todo:
98-
- sass/libsass#2964
99-
10090
<===> inner_comma/input.scss
10191
a {b: selector-parse(((c,),))}
10292

@@ -111,11 +101,6 @@ a list of strings, or a list of lists of strings.
111101

112102
<===>
113103
================================================================================
114-
<===> outer_space/options.yml
115-
---
116-
:todo:
117-
- sass/libsass#2964
118-
119104
<===> outer_space/input.scss
120105
a {b: selector-parse(append((), append((), c)))}
121106

@@ -130,11 +115,6 @@ a list of strings, or a list of lists of strings.
130115

131116
<===>
132117
================================================================================
133-
<===> type/options.yml
134-
---
135-
:todo:
136-
- sass/libsass#2964
137-
138118
<===> type/input.scss
139119
a {b: selector-parse(1)}
140120

spec/core_functions/selector/parse/selector.hrx

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ a {
6868

6969
<===>
7070
================================================================================
71-
<===> simple/pseudo/class/arg/options.yml
72-
---
73-
:todo:
74-
- sass/libsass#2424
75-
7671
<===> simple/pseudo/class/arg/input.scss
7772
a {b: selector-parse(":c(@#$)")}
7873

@@ -98,11 +93,6 @@ a {
9893

9994
<===>
10095
================================================================================
101-
<===> simple/pseudo/class/combined_arg/options.yml
102-
---
103-
:todo:
104-
- sass/libsass#2961
105-
10696
<===> simple/pseudo/class/combined_arg/input.scss
10797
$result: selector-parse(":nth-child(2n+1 of b, c)");
10898
a {
@@ -128,12 +118,7 @@ a {
128118

129119
<===>
130120
================================================================================
131-
<===> simple/pseudo/element/arg/options.yml
132-
---
133-
:todo:
134-
- sass/libsass#2424
135-
136-
<===> simple/pseudo/element/arg/input.scss
121+
<===> simple/pseudo/element/arg/input.scss
137122
a {b: selector-parse("::c(@#$)")}
138123

139124
<===> simple/pseudo/element/arg/output.css

0 commit comments

Comments
 (0)