X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftstccl.c;h=60c65024c58650700d7e4e7f2a70d25d8f0b230d;hb=0016aef97122936cb847026f5a70e03dd0542ab9;hp=2f1f8972f51e27cb28eb7d023dd003eb027dddc1;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/test/tstccl.c b/test/tstccl.c index 2f1f897..60c6502 100644 --- a/test/tstccl.c +++ b/test/tstccl.c @@ -2,7 +2,7 @@ * Copyright (c) 2002-2003, Index Data * See the file LICENSE for details. * - * $Id: tstccl.c,v 1.1 2003-10-27 12:21:38 adam Exp $ + * $Id: tstccl.c,v 1.2 2004-08-11 12:01:22 adam Exp $ */ /* CCL test */ @@ -22,6 +22,7 @@ static struct ccl_tst query_str[] = { { "dc.title=x4", "@attr 1=/my/title x4 "}, { "x1 and", 0}, { "tix=x5", 0}, + { "spid%æserne", "@prox 0 1 0 2 k 2 @attr 4=2 @attr 1=1016 spid @attr 4=2 @attr 1=1016 æserne "}, {0, 0} };