Skip to content

Commit

Permalink
test: update to accept libxml2 error changes
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jul 4, 2024
1 parent 9e74bf4 commit 5851510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/xml/test_entity_reference.rb
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def setup

expected = if Nokogiri.uses_libxml?("~> 2.14")
[
"2:49: WARNING: failed to load \"http://foo.bar.com/\": Attempt to load network entity",
"2:49: ERROR: failed to load \"http://foo.bar.com/\": Attempt to load network entity",
# "attempt to load network entity" removed in gnome/libxml2@1b1e8b3c
"4:14: ERROR: Entity 'bar' not defined",
]
Expand Down

0 comments on commit 5851510

Please sign in to comment.