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
Accept REXML::Document.new("") for backward compatibility (#295)
## Why?
GitHub: FixGH-296
XML without a root element is invalid XML, but to maintain backward
compatibility,
we will change the behavior of `REXML::Document.new("")` to be the same
as `REXML::Document.new(nil)`.
Reported by Joe Rafaniello. Thanks!!!
0 commit comments