Skip to content

Commit

Permalink
Fix a test that got broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jan 31, 2015
1 parent e542324 commit e344175
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/sass/conversion_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1990,13 +1990,11 @@ def test_ambiguous_negation
ok: -$foo
comma: 10px, -$foo
needs-parens: 10px (-$foo)
no-parens: a 50px + 60px b
SASS
foo {
ok: -$foo;
comma: 10px, -$foo;
needs-parens: 10px (-$foo);
no-parens: a 50px + 60px b;
}
SCSS
end
Expand Down

0 comments on commit e344175

Please sign in to comment.