test/haml/html2haml_test.rb in haml-3.0.6 vs test/haml/html2haml_test.rb in haml-3.0.7
- old
+ new
@@ -266,10 +266,10 @@
def test_comma_post_tag_with_text_before
assert_equal(<<HAML.rstrip, render(<<HTML))
#foo
Batch
- - succeed "," do
+ = succeed "," do
%span Foo
%span Bar
HAML
<div id="foo">
Batch