X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_ccl.c;h=5fdb9541b7cb18cfa3b8b60786a3ecca5c48c9a6;hb=eb556013557ef8c9e76c52614f88c059ec443c95;hp=2cfc54585b7829b14fc0cedf0ac9670013ffdef1;hpb=5921175c5859c16c2ba411999831b8aaf64917b4;p=yaz-moved-to-github.git diff --git a/test/test_ccl.c b/test/test_ccl.c index 2cfc545..5fdb954 100644 --- a/test/test_ccl.c +++ b/test/test_ccl.c @@ -463,6 +463,9 @@ void tst1(int pass) "@or @attr 1=2 b @attr 1=3 b " "@or @attr 1=2 \"a b\" @attr 1=3 \"a b\" ")); + YAZ_CHECK(tst_ccl_query(bibset, "s2=a? b", 0)); + YAZ_CHECK(tst_ccl_query(bibset, "s2=a b?", 0)); + YAZ_CHECK(tst_ccl_query(bibset, "s2=a b? c", 0)); ccl_qual_rm(&bibset); }