projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22c55c8
)
CCL test: check for white-space preserve
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 20 Sep 2011 10:23:35 +0000
(12:23 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 20 Sep 2011 10:23:35 +0000
(12:23 +0200)
test/test_ccl.c
patch
|
blob
|
history
diff --git
a/test/test_ccl.c
b/test/test_ccl.c
index
55a12f4
..
e16752e
100644
(file)
--- 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);
}