Skip to content

Commit

Permalink
comment.hrx: libsass fixed in sass/libsass#2849
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Mar 25, 2019
1 parent 150cdc5 commit 3124c22
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions spec/css/comment.hrx
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ should include their own tests for CR LF newlines.

<===>
================================================================================
<===> converts_newlines/scss/cr/options.yml
---
:todo:
- libsass # sass/libsass#2843

<===> converts_newlines/scss/cr/input.scss
/* foo * bar */

Expand All @@ -90,11 +85,6 @@ should include their own tests for CR LF newlines.

<===>
================================================================================
<===> converts_newlines/scss/ff/options.yml
---
:todo:
- libsass # sass/libsass#2843

<===> converts_newlines/scss/ff/input.scss
/* foo * bar */

Expand All @@ -119,15 +109,15 @@ should include their own tests for CR LF newlines.

<===>
================================================================================
<===> converts_newlines/sass/ff/options.yml
---
:todo:
- libsass # sass/libsass#2843

<===> converts_newlines/sass/ff/input.sass
/*
foo bar

<===> converts_newlines/sass/ff/output.css
/* foo
* bar */

<===> converts_newlines/sass/ff/output-libsass.css
/*
foo
bar */
Expand Down

0 comments on commit 3124c22

Please sign in to comment.