diff options
Diffstat (limited to 'tests/auto/qxmlstream/data/023.xml')
-rw-r--r-- | tests/auto/qxmlstream/data/023.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/data/023.xml b/tests/auto/qxmlstream/data/023.xml new file mode 100644 index 0000000..4d695ad --- /dev/null +++ b/tests/auto/qxmlstream/data/023.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<!-- Illegal use of 1.1-style prefix unbinding in 1.0 document --> +<a:foo xmlns:a="http://example.org/namespace"> + <a:foo xmlns:a=""/> +</a:foo> + |