X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=test%2Fapi%2Ft5.c;fp=test%2Fapi%2Ft5.c;h=25663b4d2c8ea212a02122d1f830f5eaec4a5acf;hb=6c3a0ff8ce9c94d093efa97730f892ebecac6113;hp=23c4301a4e54bfcb80c41ead3833b313ac1f585e;hpb=288e73d2917d6e02bbff7e4eec0772d82bc1a0d1;p=idzebra-moved-to-github.git diff --git a/test/api/t5.c b/test/api/t5.c index 23c4301..25663b4 100644 --- a/test/api/t5.c +++ b/test/api/t5.c @@ -124,6 +124,7 @@ static void tst(int argc, char **argv) YAZ_CHECK(tl_query(zh, "@attr 1=4 @attr 2=5 title", 2)); /* always-matches relation */ + YAZ_CHECK(tl_query(zh, "@attr 1=_ALLRECORDS @attr 2=103 {ym}", 3)); YAZ_CHECK(tl_query(zh, "@attr 1=4 @attr 2=103 {x my}", 3)); YAZ_CHECK(tl_query_x(zh, "@attr 1=1 @attr 2=103 {x my}", 0, 114));