X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftstquery.cpp;h=8043b82a3f5fc17cea2b56fe7eb4274138a026df;hb=0499c317de03b020469f3122c8a1cee8bc459389;hp=a93198a138e7b327e0b10a47bd6b6f4142749730;hpb=58ad752713282ff9d9baa1b958f09eaa26c4c822;p=yazpp-moved-to-github.git diff --git a/src/tstquery.cpp b/src/tstquery.cpp index a93198a..8043b82 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-2009 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,14 +32,16 @@ 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"); } /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ +