summary refs log tree commit diff stats
path: root/tests/xml/ttree_insert.nim
Commit message (Collapse)AuthorAgeFilesLines
* Feature/xmltree additions (#20988)Michael Voronin2022-12-221-0/+53
* [change] add/insert/delete family of xmltree expanded with several variations. Added replace methods family * [change] Lifted child limitations on insert methods (consulted with @araq) * [tests] add/insert/replace/delete of xmltree XmlNodes tests added