From 9a7134bc801c28f691e1ad1f1eeee3bbed1d723c Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 29 Jun 2007 11:47:44 +0000 Subject: [PATCH] v1.1 XCQL for proximity modifiers --- test/regression/sections/05/02.xcql | 17 +++++++++++++---- test/regression/sections/05/03.xcql | 6 +++++- test/regression/sections/05/04.xcql | 6 +++++- test/regression/sections/05/05.xcql | 7 +++++-- test/regression/sections/05/06.xcql | 13 ++++++++++--- 5 files changed, 38 insertions(+), 11 deletions(-) diff --git a/test/regression/sections/05/02.xcql b/test/regression/sections/05/02.xcql index 3e07a64..fced1cc 100644 --- a/test/regression/sections/05/02.xcql +++ b/test/regression/sections/05/02.xcql @@ -2,10 +2,19 @@ prox - relation= - distance3 - unitword - orderingordered + + distance + = + 3 + + + unit + = + word + + + ordered + diff --git a/test/regression/sections/05/03.xcql b/test/regression/sections/05/03.xcql index 28131ea..98cd944 100644 --- a/test/regression/sections/05/03.xcql +++ b/test/regression/sections/05/03.xcql @@ -2,7 +2,11 @@ prox - distance3 + + distance + < + 3 + diff --git a/test/regression/sections/05/04.xcql b/test/regression/sections/05/04.xcql index b083474..024fad4 100644 --- a/test/regression/sections/05/04.xcql +++ b/test/regression/sections/05/04.xcql @@ -2,7 +2,11 @@ prox - unitsentence + + unit + = + sentence + diff --git a/test/regression/sections/05/05.xcql b/test/regression/sections/05/05.xcql index 2307ceb..f630a95 100644 --- a/test/regression/sections/05/05.xcql +++ b/test/regression/sections/05/05.xcql @@ -2,8 +2,11 @@ prox - relation>= - distance5 + + distance + <= + 5 + diff --git a/test/regression/sections/05/06.xcql b/test/regression/sections/05/06.xcql index 4763259..42029b0 100644 --- a/test/regression/sections/05/06.xcql +++ b/test/regression/sections/05/06.xcql @@ -2,9 +2,16 @@ prox - relation< - distance5 - unitelement + + distance + > + 5 + + + unit + = + element + -- 1.7.10.4