Skip to content

Commit

Permalink
Mark tests as not broken
Browse files Browse the repository at this point in the history
Version 2.13.5 of XM2_jll should fix the test marked broken in #201 Ref: https://gitlab.gnome.org/GNOME/libxml2/-/issues/817
  • Loading branch information
nhz2 authored Nov 16, 2024
1 parent daf1bf3 commit 6c078ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,8 @@ end
@test reader.content == "Hey"
@test reader.namespace == "http://www.w3.org/1999/xhtml"
elseif reader.:type == EzXML.READER_END_ELEMENT
# This is broken in XML2_jll 2.13.4 but works in 2.12.7
@test_broken !hasnodecontent(reader)
@test_broken reader.content === nothing
@test !hasnodecontent(reader)
@test reader.content === nothing
end
end
@test "head" names
Expand Down

0 comments on commit 6c078ea

Please sign in to comment.