summaryrefslogtreecommitdiff
path: root/tests/ex-01.rdf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ex-01.rdf')
-rw-r--r--tests/ex-01.rdf3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ex-01.rdf b/tests/ex-01.rdf
index feccc303..b97a61f3 100644
--- a/tests/ex-01.rdf
+++ b/tests/ex-01.rdf
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
- <!-- This may be distinguishable from <a/> in XML parsers -->
<a xmlns="http://example.org/"></a>
+ <!-- This is indistinguishable from: -->
+ <a xmlns="http://example.org/"/>
</rdf:RDF>