diff options
Diffstat (limited to 'tests/auto/qxmlstream/data/12.xml')
-rw-r--r-- | tests/auto/qxmlstream/data/12.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/data/12.xml b/tests/auto/qxmlstream/data/12.xml new file mode 100644 index 0000000..d2265f4 --- /dev/null +++ b/tests/auto/qxmlstream/data/12.xml @@ -0,0 +1,8 @@ +<!DOCTYPE doc
+[
+<!NOTATION not1 PUBLIC "0123456789-()+,.'/:=?;!*#@$_%">
+<!NOTATION not2 PUBLIC "'">
+<!NOTATION not3 PUBLIC "asd">
+<!NOTATION not4 PUBLIC 'asd'>
+]>
+<doc/>
|