Complete StructuredData parity and parser hardening (#37)

This commit is contained in:
2026-08-09 01:51:29 +00:00
parent 6d02db8a9a
commit d980692933
18 changed files with 438 additions and 7 deletions

View File

@@ -3,4 +3,6 @@
These inputs exercise the XML LLSD parser's entity boundary. DTD declarations,
external entities, and undeclared named entities must be rejected without file
or network access and without entity expansion. The structured-data unit tests
load every fixture directly.
load every fixture directly. `malformed_nesting.xml` additionally covers
crossed container end tags, while `truncated_scalar.xml` guards against parser
loops when a scalar reaches end-of-input without a closing tag.