* lib.scm: Documented the short form for pass-if and expect-fail.

(pass-if, expect-fail): Simplified.
This commit is contained in:
Dirk Herrmann 2003-05-30 10:35:05 +00:00
commit e46083d5c5
2 changed files with 22 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2003-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
* lib.scm: Documented the short form for pass-if and expect-fail.
(pass-if, expect-fail): Simplified.
2003-05-30 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (max, min): Add tests involving NaNs.