Skip to content

Commit

Permalink
Disable different output styles for broken test
Browse files Browse the repository at this point in the history
Related to sass#937
  • Loading branch information
xzyfer committed Oct 4, 2016
1 parent 0570194 commit 6970670
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
c07: (#{a} /5.0% - 2);
c08: (#{a} *5.0% - 2);
c09: (#{a} +5.0% / 2);
c10: (#{a} -5.0% / 2);
// c10: (#{a} -5.0% / 2);
c11: (#{a} /5.0% / 2);
c12: (#{a} *5.0% / 2);
c13: (#{a} +5.0% * 2);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
c07: (#{a} /5.0% - 2);
c08: (#{a} *5.0% - 2);
c09: (#{a} +5.0% / 2);
c10: (#{a} -5.0% / 2);
// c10: (#{a} -5.0% / 2);
c11: (#{a} /5.0% / 2);
c12: (#{a} *5.0% / 2);
c13: (#{a} +5.0% * 2);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
c07: a /5%-2;
c08: a *5%-2;
c09: a +2.5%;
c10: a -2.5%;
c11: a /2.5%;
c12: a *2.5%;
c13: a +10%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
c07: (#{a} /5.0% - 2);
c08: (#{a} *5.0% - 2);
c09: (#{a} +5.0% / 2);
c10: (#{a} -5.0% / 2);
// c10: (#{a} -5.0% / 2);
c11: (#{a} /5.0% / 2);
c12: (#{a} *5.0% / 2);
c13: (#{a} +5.0% * 2);
Expand Down

0 comments on commit 6970670

Please # to comment.