project expression tests

I had a couple of comments about two of the project expression tests in CVS.

:projexp02:

I think the second expected query result should be using the plain literal "foobar" instead of "foobar"^^xsd:string, as the literal is untyped in projexp02.ttl.

:projexp03:

projexp03.rq needs a '.' separating the two triple patterns.

Based on my understanding of XQuery F&O, I believe all the numerics in the query results should be of type xsd:integer. Right now the srx file has ?twice = "6"^^xsd:long, but the F&O document says "each operator is defined to operate on operands of the same type and return the same type" (with op:numeric-divide being the one exception).



thanks,
.greg

Received on Thursday, 12 August 2010 17:43:42 UTC