Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Nov 22, 2021
1 parent ce9e3ff commit f415cbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/xml/test_relax_ng.rb
Expand Up @@ -58,9 +58,6 @@ def test_from_document_with_parse_options
end

def test_read_memory_with_parse_options
# https://github.com/sparklemotion/nokogiri/issues/2115
skip_unless_libxml2

schema = Nokogiri::XML::RelaxNG.read_memory(File.read(ADDRESS_SCHEMA_FILE))
assert_equal(Nokogiri::XML::ParseOptions::DEFAULT_SCHEMA, schema.parse_options)

Expand Down

0 comments on commit f415cbd

Please sign in to comment.