Skip to content

Commit

Permalink
Merge pull request sass#938 from xzyfer/fix/disable-broken-test-2
Browse files Browse the repository at this point in the history
Disable different output styles for broken test
  • Loading branch information
xzyfer authored Oct 4, 2016
2 parents 0570194 + 6970670 commit 4401ab3
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 4401ab3

Please # to comment.