Package: ruby-reverse-markdown / 3.0.2-1

Metadata

Package Version Patches format
ruby-reverse-markdown 3.0.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix test libxml 2.14.patch | (download)

spec/lib/reverse_markdown_spec.rb | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 update tests for libxml2 2.14+ html parser changes
 libxml2 2.14 fully conforms to the HTML5 specification and no longer
 creates non-standard implied <p> tags around loose text nodes in the
 body. It also no longer raises encoding errors on invalid byte
 sequences in the same way.