You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, looks like that is actually fixed in 2.13.3 by returning to the empty element used in 2.12. So the original test output must have been produced with 2.13.0 or 2.13.1.
Yep that checks out, I was running that version at the time, and it was actually me who reported the issue: https://gitlab.gnome.org/GNOME/libxml2/-/issues/759
But I never got around to update the test :-)
Description
Trying to package PHP 8.4 for testing on NixOS, when building the
dom
extension, I get the following failed test:Element::$substitutedNodeValue [tests/modern/extensions/Element_substitutedNodeValue.phpt]
Looks like the tests is newly added in #14754
ext/dom/tests/modern/extensions/Element_substitutedNodeValue.out
ext/dom/tests/modern/extensions/Element_substitutedNodeValue.diff
-- string(0) "" NULL <?xml version="1.0" encoding="UTF-8"?> 012- <root></root> 012+ <root/>
PHP Version
8.4.0alpha4
libxml2 version
2.13.3
Operating System
NixOS
The text was updated successfully, but these errors were encountered: