Skip to content

Commit

Permalink
Merge pull request #1813 from tenderlove/rm_key
Browse files Browse the repository at this point in the history
remove identical hash key / value
  • Loading branch information
nex3 committed Aug 29, 2015
2 parents 7471852 + eb04936 commit 3ae5ba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/sass/engine_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ class SassEngineTest < MiniTest::Test
"& a\n :b c" => ["Base-level rules cannot contain the parent-selector-referencing character '&'.", 1],
"a\n :b\n c" => "Illegal nesting: Only properties may be nested beneath properties.",
"$a: b\n :c d\n" => "Illegal nesting: Nothing may be nested beneath variable declarations.",
"$a: b\n :c d\n" => "Illegal nesting: Nothing may be nested beneath variable declarations.",
"@import templates/basic\n foo" => "Illegal nesting: Nothing may be nested beneath import directives.",
"foo\n @import foo.css" => "CSS import directives may only be used at the root of a document.",
"@if true\n @import foo" => "Import directives may not be used within control directives or mixins.",
Expand Down

0 comments on commit 3ae5ba9

Please sign in to comment.