test/content_test.rb in sablon-0.0.13 vs test/content_test.rb in sablon-0.0.14

- old
+ new

@@ -172,9 +172,10 @@ def test_inserts_markdown Sablon.content(:markdown, "yay **bold** text").append_to @paragraph, @node output = <<-XML.strip.gsub("\n", "") <w:p> +<w:pPr><w:pStyle w:val=\"Paragraph\"/></w:pPr> <w:r><w:t xml:space=\"preserve\">yay </w:t></w:r> <w:r> <w:rPr><w:b/></w:rPr> <w:t xml:space=\"preserve\">bold</w:t> </w:r>