RE: tex-01 new proposal

Sorry I messed up.

Parser Test cases tex01/test002.rdf was wrong, this version fixes

tex01/test001.rdf
<rdf:RDF>
 <rdf:Description xml:lang="en-us" eg:p="foo"/>
</rdf:RDF>

tex01/test001.nt
_:a eg:p "foo"@en-us .
_:a eg:p "foo"@en-US .

tex01/test002.rdf
<rdf:RDF>
 <rdf:Description rdf:nodeID="a" xml:lang="en-US" eg:p="foo"/>
 <rdf:Description rdf:nodeID="a" xml:lang="en-us" eg:p="foo"/>
</rdf:RDF>

tex01/test002.nt
_:a eg:p "foo"@en-US .

> Creating four tests:
> 
> test001.rdf = test001.nt
> test001.rdf = test002.nt
> test002.rdf = test001.nt
> test002.rdf = test002.nt

Received on Friday, 4 April 2003 06:26:59 UTC