summaryrefslogtreecommitdiffstats
path: root/tests/rdfxml/bad-12.rdf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rdfxml/bad-12.rdf')
-rw-r--r--tests/rdfxml/bad-12.rdf7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/rdfxml/bad-12.rdf b/tests/rdfxml/bad-12.rdf
new file mode 100644
index 0000000..94931a2
--- /dev/null
+++ b/tests/rdfxml/bad-12.rdf
@@ -0,0 +1,7 @@
+<?xml version="1.0" standalone="no"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:bad="http://www.w3.org/1999/02/22-rdf-syntax-ns#x">
+
+ <!-- Should give an error about above 'bad' namespace declaration -->
+
+</rdf:RDF>