We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3254c commit 0b2e41dCopy full SHA for 0b2e41d
test/xml/sax/test_parser.rb
@@ -410,7 +410,7 @@ def call_parse_io_with_encoding(encoding)
410
end
411
412
it :test_large_cdata_is_handled do
413
- skip("see #2132 and https://gitlab.gnome.org/GNOME/libxml2/-/issues/200") if Nokogiri.uses_libxml?("<=2.9.10")
+ skip("see #2132 and https://gitlab.gnome.org/GNOME/libxml2/-/issues/200") if Nokogiri::VersionInfo.instance.libxml2_using_system?
414
415
template = <<~EOF
416
<?xml version="1.0" encoding="UTF-8"?>
0 commit comments