Skip to content

Commit

Permalink
test: update libxml2 upstream error messages in expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 8, 2024
1 parent b140cd1 commit 92ee45b
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 @@ -190,7 +190,7 @@ def setup
[
"2:49: WARNING: failed to load \"http://foo.bar.com/\": Attempt to load network entity",
"ERROR: Attempt to load network entity: http://foo.bar.com/",
"4:14: WARNING: Entity 'bar' not defined", # gnome/libxml2@b717abdd
"4:14: FATAL: Entity 'bar' not defined", # gnome/libxml2@b717abdd, gnome/libxml2@fdc5ff36
]
elsif Nokogiri.uses_libxml?
[
Expand Down

0 comments on commit 92ee45b

Please sign in to comment.