diff options
Diffstat (limited to 'tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/024.ent')
-rwxr-xr-x | tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/024.ent | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/024.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/024.ent new file mode 100755 index 0000000..aa6d0ec --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/024.ent @@ -0,0 +1,4 @@ +<!ELEMENT doc (#PCDATA)>
+<!ENTITY % e1 "'v1'">
+<!ENTITY % e2 'a1 CDATA %e1;'>
+<!ATTLIST doc %e2;>
|