Description: fix test failures
 For some mysterious reasons, the patch was applied upstream, then reverted.
Origin: https://github.com/xml4r/libxml-ruby/commit/f26df8db7585c2caf14a79138fc5d34ca9fbaab8.patch
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2018-07-31


--- a/test/test_parser.rb
+++ b/test/test_parser.rb
@@ -297,7 +297,7 @@
     assert_nil(error.str2)
     assert_nil(error.str3)
     assert_equal(0, error.int1)
-    assert_equal(20, error.int2)
+    assert_equal(34, error.int2)
     assert_nil(error.node)
   end
 
--- a/test/test_reader.rb
+++ b/test/test_reader.rb
@@ -251,7 +251,7 @@
   def test_bytes_consumed
     reader = XML::Reader.file(XML_FILE)
     reader.read
-    assert_equal(416, reader.byte_consumed)
+    assert_equal(428, reader.byte_consumed)
   end
 
   def test_node
