test: Add xml tests
Some checks failed
test / test (push) Has been cancelled

This commit is contained in:
2025-10-10 21:28:18 +01:00
parent 336286c7cf
commit 464ad513b6
371 changed files with 3262 additions and 0 deletions

27
test/oasis/p43pass1.xml Executable file
View File

@@ -0,0 +1,27 @@
<!DOCTYPE elem
[
<!ELEMENT elem (#PCDATA|elem)*>
<!ENTITY ent "<elem>CharData</elem>">
]>
<elem>
CharData&#32;
<!--comment-->
<![CDATA[
<elem>
CharData&#32;
<!--comment-->
<?pi?>&ent;&quot;
CharData
</elem>
]]>
<![CDATA[
<elem>
CharData&#32;
<!--comment-->
<?pi?>&ent;&quot;
CharData
</elem>
]]>
<?pi?>&ent;&quot;
CharData
</elem>