aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/sxml (follow)
Commit message (Collapse)AuthorAge
* Update things depending on namespaced sxml.sxml-workHugo Hörnquist2023-12-13
| | | | | | | | | | Update all code to emit correctly formed namespaced sxml objects, instead of the old list based approach. Also introduces a number of typechecks which in semi-related parts of the code. Note that the webdav-server test is currently broken.
* Fix sxml namespaced util.Hugo Hörnquist2023-12-09
|
* Rework namespaced sxml type. Still incomplete.Hugo Hörnquist2023-12-09
|
* Add tests for sxml namespaced + fix 'root-element'.Hugo Hörnquist2023-10-21
| | | | | * Removes on-root-element since it was never used * Handle the case of root-elemnt with no *TOP*
* Change namespaced sxml to use new object system.Hugo Hörnquist2023-10-18
|
* Move sxml tests to own "namespace".Hugo Hörnquist2023-10-16