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 3c5d799
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions spec/css/comment.hrx
Original file line number Diff line number Diff line change
Expand Up @@ -76,25 +76,16 @@ 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 */
/* foo
* bar */

<===> converts_newlines/scss/cr/output.css
/* foo
* bar */

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

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

Expand All @@ -106,7 +97,8 @@ should include their own tests for CR LF newlines.
================================================================================
<===> converts_newlines/sass/cr/input.sass
/*
foo bar
foo
bar

<===> converts_newlines/sass/cr/output.css
/* foo
Expand All @@ -119,15 +111,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 */

0 comments on commit 3c5d799

Please sign in to comment.