Re: tex-01 new proposal

>>>Jeremy Carroll said:
> 
> Sorry I messed up.

I think there is still something backwards:

> 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 .

1 triple in and 2 out?  These outputs would match tex01/test002.rdf


> 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 .

2 in and 1 out?  This output would not match tex01/test001.rdf

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


Dave

Received on Friday, 4 April 2003 06:32:00 UTC