From 93027bf060203898f33d1425585303945e58acbd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 11 Aug 2004 12:01:22 +0000 Subject: [PATCH] Add check for proximity --- test/tstccl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} }; -- 1.7.10.4