Skip to content

Commit 78561e6

Browse files
committed
Fixups
1 parent c924adc commit 78561e6

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

spec/core_functions/meta/get_function/error.hrx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Error: Function not found: does-not-exist
7777
'
7878
input.scss 1:7 root stylesheet
7979

80+
<===>
8081
================================================================================
8182
<===> through_forward/options.yml
8283
---
@@ -141,6 +142,7 @@ Error: get-function("rgb") isn't a valid CSS value.
141142
'
142143
input.scss 1:7 root stylesheet
143144

145+
<===>
144146
================================================================================
145147
<===> function_exists/input.scss
146148
@function add-two($v) {
@@ -161,6 +163,7 @@ Error: $name: get-function("add-two") is not a string.
161163
'
162164
input.scss 8:10 root stylesheet
163165

166+
<===>
164167
================================================================================
165168
<===> conflict/options.yml
166169
---

spec/libsass-closed-issues/issue_2779.hrx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
<===> error
55
Error: Parent selectors aren't allowed here.
66
,
7+
1 | @debug(selector-extend(".a .b", "&b", ndll));
8+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9+
'
10+
input.scss 1:8 root stylesheet
11+
12+
<===> error-dart-sass
13+
Error: Error: Parent selectors aren't allowed here.
14+
,
715
1 | &b
816
| ^^
917
'

spec/libsass-closed-issues/issue_54.hrx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<===> options.yml
2+
---
3+
:ignore_for:
4+
- dart-sass
5+
16
<===> input.scss
27
@mixin opacity($percent) {
38
foo { test: opacity($percent); }

spec/libsass-closed-issues/issue_698.hrx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<===> options.yml
2+
---
3+
:ignore_for:
4+
- dart-sass
5+
16
<===> input.scss
27
test {
38
test: foo + null;

0 commit comments

Comments
 (0)