projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6085aae
)
Add check for proximity
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 11 Aug 2004 12:01:22 +0000
(12:01 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 11 Aug 2004 12:01:22 +0000
(12:01 +0000)
test/tstccl.c
patch
|
blob
|
history
diff --git
a/test/tstccl.c
b/test/tstccl.c
index
2f1f897
..
60c6502
100644
(file)
--- 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}
};