We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3187d67 commit 2efa87bCopy full SHA for 2efa87b
test/xml/sax/test_parser.rb
@@ -402,7 +402,7 @@ def call_parse_io_with_encoding(encoding)
402
end
403
404
it :test_large_cdata_is_handled do
405
- 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?
406
407
template = <<~EOF
408
<?xml version="1.0" encoding="UTF-8"?>
0 commit comments