- From: Yosi Scharf <syosi@MIT.EDU>
- Date: Wed, 25 May 2005 22:07:41 -0400
- To: Yosi Scharf <syosi@MIT.EDU>
- CC: public-cwm-bugs@w3.org
Yosi Scharf wrote:
> Ok. I found the bug. list builtins do not mix with list pattern
> matching. Why is still not investigated.
>
> The attached n3 file is a minimal testcase.
>
>
> Yosi
>
>------------------------------------------------------------------------
>
>@keywords a, of, the, is, has, prefix .
>@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
>
>((q)) a Thing .
>
>{?X a Thing .
> ?X rdf:rest ?Y}
>=>
>{?Y a Thing } .
>
>{?X a Thing;
> rdf:first (?B)}
>=>
>{?B a GreatThing} .
>
>
I have checked in a fix. The test is
http://www.w3.org/2000/10/swap/test/list/detailed.tests#t2007 (if I can
spell)
Yosi
Received on Thursday, 26 May 2005 02:07:56 UTC