X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_ccl.c;h=42ec35eaa638df8af7d67a509b84f42689b78945;hp=40e08c26edd9f7d9a498ec54063c660a2646d55c;hb=0e7fdbc857d4905e67a7bdf8fe5b6c773ee47a7b;hpb=d2b2e6cbf33f8d85dfc258fa7b53ff65e2423998 diff --git a/test/test_ccl.c b/test/test_ccl.c index 40e08c2..42ec35e 100644 --- a/test/test_ccl.c +++ b/test/test_ccl.c @@ -264,6 +264,8 @@ void tst1(int pass) YAZ_CHECK(tst_ccl_query(bibset, "date=1980", "@attr 2=3 1980 ")); + YAZ_CHECK(tst_ccl_query(bibset, "(date=1980)", + "@attr 2=3 1980 ")); YAZ_CHECK(tst_ccl_query(bibset, "date=234-1990", "@and @attr 2=4 234 @attr 2=2 1990 ")); YAZ_CHECK(tst_ccl_query(bibset, "date=234- 1990",