test/test_conversions.rb in pandoc-ruby-2.1.9 vs test/test_conversions.rb in pandoc-ruby-2.1.10

- old
+ new

@@ -22,10 +22,25 @@ from_content, :from => from, :to => to ) - assert_equal(to_content.strip, converted_content.strip) + assert_equal( + to_content.strip, + converted_content.strip, + <<-HEREDOC +--------- +EXPECTED: +--------- +#{to_content.strip} +--------- +------- +ACTUAL: +------- +#{converted_content.strip} +------- + HEREDOC + ) end end end describe '.docx' do