X-Git-Url: https://git.jsancho.org/?p=bongodb.git;a=blobdiff_plain;f=tests%2Fsample.scm;h=899c6e0f710582625d1e8f17620c1bd7d67d2a54;hp=047a751ca444e363154adea47b044cee46a6fd96;hb=0fe9f925e00b6899f3b685082ed9b3374933c527;hpb=9799d66d7e1538bbe2a672946ce80b49dc55ca84 diff --git a/tests/sample.scm b/tests/sample.scm index 047a751..899c6e0 100644 --- a/tests/sample.scm +++ b/tests/sample.scm @@ -30,5 +30,7 @@ ; Search (test-eqv 2 (length (find col '((a . 1))))) +(test-eqv 1 (length (find col '((a . 1) (b . 2))))) +(test-eqv 0 (length (find col '((a . "test"))))) (test-end "bongodb")