diff options
Diffstat (limited to 'tests/auto/qxmlstream/XML-Test-Suite/xmlconf/oasis/p12pass1.xml')
-rw-r--r-- | tests/auto/qxmlstream/XML-Test-Suite/xmlconf/oasis/p12pass1.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/oasis/p12pass1.xml b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/oasis/p12pass1.xml new file mode 100644 index 0000000..a31053e --- /dev/null +++ b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/oasis/p12pass1.xml @@ -0,0 +1,10 @@ +<!--Inability to resolve a notation should not be reported as an error-->
+<!DOCTYPE doc
+[
+<!ELEMENT doc EMPTY>
+<!NOTATION not1 PUBLIC "a b
+cdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ">
+<!NOTATION not2 PUBLIC '0123456789-()+,./:=?;!*#@$_%'>
+<!NOTATION not3 PUBLIC "0123456789-()+,.'/:=?;!*#@$_%">
+]>
+<doc/>
|