From ca1782e883072344999a077249b9adeb8f3f55a1 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 23 Jan 2006 08:12:24 +0000 Subject: [PATCH] New "finally" clause. --- src/test_filter_query_rewrite.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/test_filter_query_rewrite.cpp b/src/test_filter_query_rewrite.cpp index 069d603..92d4343 100644 --- a/src/test_filter_query_rewrite.cpp +++ b/src/test_filter_query_rewrite.cpp @@ -1,4 +1,4 @@ -/* $Id: test_filter_query_rewrite.cpp,v 1.3 2006-01-22 00:05:51 marc Exp $ +/* $Id: test_filter_query_rewrite.cpp,v 1.4 2006-01-23 08:12:24 mike Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -207,6 +207,10 @@ BOOST_AUTO_UNIT_TEST( test_filter_query_rewrite3 ) " fish\n" " mouse\n" " \n" + " \n" + " ^\n" + " @and @attr1=9999 vdb\n" + " \n" "\n" ; -- 1.7.10.4