File tree Expand file tree Collapse file tree 2 files changed +1
-36
lines changed
spec/core_functions/selector/parse Expand file tree Collapse file tree 2 files changed +1
-36
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,6 @@ Error: $selector: expected selector.
73
73
74
74
<===>
75
75
================================================================================
76
- <===> too_nested/options.yml
77
- ---
78
- :todo:
79
- - sass/libsass#2964
80
-
81
76
<===> too_nested/input.scss
82
77
a {b: selector-parse((append((), append((), c)),))}
83
78
@@ -92,11 +87,6 @@ a list of strings, or a list of lists of strings.
92
87
93
88
<===>
94
89
================================================================================
95
- <===> inner_comma/options.yml
96
- ---
97
- :todo:
98
- - sass/libsass#2964
99
-
100
90
<===> inner_comma/input.scss
101
91
a {b: selector-parse(((c,),))}
102
92
@@ -111,11 +101,6 @@ a list of strings, or a list of lists of strings.
111
101
112
102
<===>
113
103
================================================================================
114
- <===> outer_space/options.yml
115
- ---
116
- :todo:
117
- - sass/libsass#2964
118
-
119
104
<===> outer_space/input.scss
120
105
a {b: selector-parse(append((), append((), c)))}
121
106
@@ -130,11 +115,6 @@ a list of strings, or a list of lists of strings.
130
115
131
116
<===>
132
117
================================================================================
133
- <===> type/options.yml
134
- ---
135
- :todo:
136
- - sass/libsass#2964
137
-
138
118
<===> type/input.scss
139
119
a {b: selector-parse(1)}
140
120
Original file line number Diff line number Diff line change 68
68
69
69
<===>
70
70
================================================================================
71
- <===> simple/pseudo/class/arg/options.yml
72
- ---
73
- :todo:
74
- - sass/libsass#2424
75
-
76
71
<===> simple/pseudo/class/arg/input.scss
77
72
a {b: selector-parse(":c(@#$)")}
78
73
98
93
99
94
<===>
100
95
================================================================================
101
- <===> simple/pseudo/class/combined_arg/options.yml
102
- ---
103
- :todo:
104
- - sass/libsass#2961
105
-
106
96
<===> simple/pseudo/class/combined_arg/input.scss
107
97
$result: selector-parse(":nth-child(2n+1 of b, c)");
108
98
a {
128
118
129
119
<===>
130
120
================================================================================
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
137
122
a {b: selector-parse("::c(@#$)")}
138
123
139
124
<===> simple/pseudo/element/arg/output.css
You can’t perform that action at this time.
0 commit comments