X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftstquery.cpp;h=4129e2aaa6d9b7b14297621bd32778f889667e10;hb=a0042915b20e2a1d15efa254c35e22cf09e0796a;hp=a93198a138e7b327e0b10a47bd6b6f4142749730;hpb=58ad752713282ff9d9baa1b958f09eaa26c4c822;p=yazpp-moved-to-github.git diff --git a/src/tstquery.cpp b/src/tstquery.cpp index a93198a..4129e2a 100644 --- a/src/tstquery.cpp +++ b/src/tstquery.cpp @@ -1,12 +1,10 @@ -/* - * Copyright (c) 1998-2005, Index Data. +/* This file is part of the yazpp toolkit. + * Copyright (C) 1998-2008 Index Data and Mike Taylor * See the file LICENSE for details. - * - * $Id: tstquery.cpp,v 1.1 2005-09-27 17:57:51 adam Exp $ */ #include -#include +#include using namespace yazpp_1; @@ -34,8 +32,8 @@ void tst1(const char *query_str_in, const char *query_expected) int main(int argc, char **argv) { tst1("", ""); - tst1("x", "RPN: @attrset Bib-1 x"); - tst1("@and a b", "RPN: @attrset Bib-1 @and a b"); + tst1("x", "RPN @attrset Bib-1 x"); + tst1("@and a b", "RPN @attrset Bib-1 @and a b"); } /*