Fix XML ElWriter bug allowing incomplete XML to be written (#719)
* Add test cases that point out the bugs.
* Fix the bugs by using an owned Option<&mut String>.
* Improve test comments.
* Update CHANGELOG.md.
* Clean up and add explanatory comments.
* Fix whitespace.
* Update CHANGELOG.md
Co-authored-by:
Russell Cohen <russell.r.cohen@gmail.com>
Loading
Please register or sign in to comment