diff options
Diffstat (limited to 'tests/auto/qxmlstream/XML-Test-Suite/xmlconf/eduni/namespaces/1.1/005.xml')
-rw-r--r-- | tests/auto/qxmlstream/XML-Test-Suite/xmlconf/eduni/namespaces/1.1/005.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/eduni/namespaces/1.1/005.xml b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/eduni/namespaces/1.1/005.xml new file mode 100644 index 0000000..cf47356 --- /dev/null +++ b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/eduni/namespaces/1.1/005.xml @@ -0,0 +1,5 @@ +<?xml version="1.1"?> +<!-- Illegal use of prefix that has been unbound --> +<foo xmlns:a="http://example.org/namespace"> + <a:bar xmlns:a=""/> +</foo> |