aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/test/xmllint.scm (follow)
Commit message (Collapse)AuthorAge
* Add xmllint shell-out for normalizing xml trees.Hugo Hörnquist2023-04-21
Used by the serialization format tests which work on xml. Ensures that they don't fail due to whitespace mismatchs. I however still need to ensure that all components are arranged in the correct order, and that namespace prefixes match. This could be improved.