X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_rpn2solr.c;h=0b0ddde1eae3efb8e788444cbafa237951528613;hb=3d6a83ffdf9f09a97fea2c346029b7bff0d27adc;hp=3589e7fd26e822744fbb7855855bb0e4c95c24ed;hpb=af3536cd462cf09e507f2656dc3f1101bc78ea75;p=yaz-moved-to-github.git diff --git a/test/test_rpn2solr.c b/test/test_rpn2solr.c index 3589e7f..0b0ddde 100644 --- a/test/test_rpn2solr.c +++ b/test/test_rpn2solr.c @@ -51,6 +51,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"));