From 3b5a46489f85d20012cff59320d7a43b16a43c99 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 20 Sep 2011 12:23:35 +0200 Subject: [PATCH 1/1] CCL test: check for white-space preserve --- test/test_ccl.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test_ccl.c b/test/test_ccl.c index 55a12f4..e16752e 100644 --- a/test/test_ccl.c +++ b/test/test_ccl.c @@ -353,6 +353,9 @@ void tst1(int pass) YAZ_CHECK(tst_ccl_query(bibset, "\"a b c\"", "@attr 4=1 @attr 1=1016 \"a b c\" ")); + YAZ_CHECK(tst_ccl_query(bibset, "\"a b c \"", + "@attr 4=1 @attr 1=1016 \"a b c \" ")); + ccl_qual_rm(&bibset); } -- 1.7.10.4