diff options
Diffstat (limited to 'tests/auto/qxmlstream/data/032.xml')
-rw-r--r-- | tests/auto/qxmlstream/data/032.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/data/032.xml b/tests/auto/qxmlstream/data/032.xml new file mode 100644 index 0000000..9443326 --- /dev/null +++ b/tests/auto/qxmlstream/data/032.xml @@ -0,0 +1,5 @@ +<?xml version="1.0"?> +<!-- Reserved prefixes and namespaces: declaring the xmlns prefix + with an incorrect URI --> +<foo xmlns:xmlns="http://example.org/namespace"/> + |