Skip to main content

Module verify

Module verify 

Source
Expand description

Round-trip verification: disassemble + reassemble an XML file in an isolated temp directory and report whether the reconstructed file matches the original, ignoring sibling/attribute reordering.

Structs§

VerifyOptions
Options forwarded to the underlying disassemble/reassemble calls.

Enums§

RoundtripStatus
Outcome of a round-trip verification.

Functions§

verify_roundtrip
Disassemble and reassemble file_path inside an isolated temp directory, then compare the reconstructed XML against the original. The caller’s file is never modified.