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