Skip to content

Commit a1c2a70

Browse files
committed
Activate passing specs
1 parent a8420ec commit a1c2a70

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

spec/core_functions/meta/inspect.hrx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -651,13 +651,6 @@ a {
651651
type: string;
652652
}
653653

654-
<===>
655-
================================================================================
656-
<===> map/list/key/comma/options.yml
657-
---
658-
:todo:
659-
- sass/libsass#2932
660-
661654
<===> map/list/key/comma/input.scss
662655
$result: inspect(((1, 2): 3, (4, 5): 6));
663656
a {

spec/errors/fn-saturate-out-of-range.hrx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ foo {
33
bar: saturate(red, 125);
44
}
55
<===> error
6-
Error: Amount 125 must be between 0% and 100% for `saturate'
7-
on line 2 of input.scss
8-
Use --trace for backtrace.
9-
10-
<===> error-dart-sass
116
Error: $amount: Expected 125 to be within 0 and 100.
127
,
138
2 | bar: saturate(red, 125);

spec/sass/comment/loud.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-
- libsass
5-
61
<===> input.sass
72
/* Single-line
83

0 commit comments

Comments
 (0)