diff --git a/test/haml/engine_test.rb b/test/haml/engine_test.rb index 3bf3a91f..1dbbda63 100644 --- a/test/haml/engine_test.rb +++ b/test/haml/engine_test.rb @@ -1564,6 +1564,7 @@ HAML end def test_html5_arbitrary_hash_valued_attributes_with + skip '[INCOMPATIBILITY] Hamlit supports hyphenation only for data attributes' assert_equal("
\n", render("%div{:aria => {:foo => 'blip'}}")) assert_equal("
\n", @@ -1571,6 +1572,7 @@ HAML end def test_arbitrary_attribute_hash_merging + skip '[INCOMPATIBILITY] Hamlit supports hyphenation only for data attributes' assert_equal(%Q{\n}, render(<<-HAML)) - h1 = {:aria => {:foo => :bar}} - h2 = {:baz => :qux}