History log of /PHP-7.3/ext/dom/tests/bug78221.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# efec22b7 11-Mar-2020 Christoph M. Becker

Fix #78221: DOMNode::normalize() doesn't remove empty text nodes

If a text node is not followed by another text node, we remove it, if
its textContent is empty.