1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-08-18 00:30:58 +00:00
parent 16e0c623d9
commit a158acd158

View file

@ -1,11 +1,12 @@
2004-08-18 Kevin Ryde <user42@zip.com.au>
* tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
New files.
* Makefile.am (SCM_TESTS): Add them.
* tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
be #f, according to R5RS.
* tests/arbiters.test: New file
* Makefile.am (SCM_TESTS): Add it.
2004-08-15 Marius Vollmer <mvo@zagadka.de>
* tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!