Skip to content

Commit

Permalink
Update Dart Sass specs for empty map separators
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jul 3, 2019
1 parent 1d36b82 commit 889a733
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion spec/core_functions/list/append.hrx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ a {
<===> map/empty/options.yml
---
:todo:
- sass/dart-sass#737
- sass/libsass#2924

<===> map/empty/input.scss
Expand Down
5 changes: 1 addition & 4 deletions spec/core_functions/list/join/empty.hrx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ a {
<===> map/first/undecided/options.yml
---
:todo:
- sass/dart-sass#737
- sass/libsass#2924

<===> map/first/undecided/input.scss
Expand All @@ -198,15 +197,14 @@ a {
<===> map/first/undecided/output.css
a {
value: ();
b: space;
separator: space;
}

<===>
================================================================================
<===> map/first/space/options.yml
---
:todo:
- sass/dart-sass#737
- sass/libsass#2924

<===> map/first/space/input.scss
Expand Down Expand Up @@ -256,7 +254,6 @@ a {
<===> map/second/undecided/options.yml
---
:todo:
- sass/dart-sass#737
- sass/libsass#2924

<===> map/second/undecided/input.scss
Expand Down
1 change: 0 additions & 1 deletion spec/core_functions/list/separator.hrx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ a {
<===> empty/map/options.yml
---
:todo:
- sass/dart-sass#737
- sass/libsass#2924

<===> empty/map/input.scss
Expand Down

0 comments on commit 889a733

Please sign in to comment.