1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 08:20:20 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2006-02-25 20:45:53 +00:00
parent 12a14d28c4
commit b797324e95

View file

@ -1,3 +1,14 @@
2006-02-26 Kevin Ryde <user42@zip.com.au>
* tests/strings.test (string<?, string-ci<?, string<=?, string-ci<=?,
string>?, string-ci>?, string>=?, string-ci>=?): Check ordering is the
same as char<? etc. Use a define-module to keep private test bits
private.
* tests/srfi-13.test (string-compare, string-compare-ci): Ditto.
* tests/unif.test (array-set!): Exercise bitvector case, which had
been seg faulting.
2006-02-07 Kevin Ryde <user42@zip.com.au> 2006-02-07 Kevin Ryde <user42@zip.com.au>
* tests/poe.test (pure-funcq): New tests. * tests/poe.test (pure-funcq): New tests.