diff options
Diffstat (limited to 'tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/dtd01.xml')
-rw-r--r-- | tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/dtd01.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/dtd01.xml b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/dtd01.xml new file mode 100644 index 0000000..3af805c --- /dev/null +++ b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/dtd01.xml @@ -0,0 +1,8 @@ +<!DOCTYPE root [ + <!ELEMENT root (foo, bar? | foo)> + <!-- comma swapped for vertical bar --> + <!ELEMENT foo EMPTY> + <!ELEMENT bar EMPTY> +]> + +<root> <foo/> <foo/> </root> |