diff options
Diffstat (limited to 'tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/pubid01.xml')
-rw-r--r-- | tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/pubid01.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/pubid01.xml b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/pubid01.xml new file mode 100644 index 0000000..4df57fd --- /dev/null +++ b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/pubid01.xml @@ -0,0 +1,9 @@ +<!DOCTYPE root [ + <!ELEMENT root EMPTY> + + <!-- illegal public ID characters --> + + <!ENTITY e PUBLIC "this isn't allowed" "ignored"> +]> + +<root/> |