X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_rpn2solr.c;fp=test%2Ftest_rpn2solr.c;h=e3c3add87f739957634c25a056a12c873d176458;hp=c65eecfd8808632f71f567c8afc77c2cd5651efb;hb=1b750a9f8ea0d258fde61f5bac2d5af5bd783eb0;hpb=5a82300afabd3820d847e9232cbefcca281ae4d8 diff --git a/test/test_rpn2solr.c b/test/test_rpn2solr.c index c65eecf..e3c3add 100644 --- a/test/test_rpn2solr.c +++ b/test/test_rpn2solr.c @@ -54,6 +54,7 @@ static void tst1(void) { solr_transform_t ct = solr_transform_create(); + YAZ_CHECK(compare(ct, "@or a @and b c", "a OR (b AND c)")); YAZ_CHECK(compare(ct, "abc", "abc")); YAZ_CHECK(compare(ct, "\"a b c\"", "\"a b c\"")); YAZ_CHECK(compare(ct, "@not a b", "a AND NOT b"));