From 97d41e3e07597eb2ffffd2f143ec813a7a1a4bb8 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sat, 3 Mar 2001 17:30:52 +0000 Subject: [PATCH] *** empty log message *** --- test-suite/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 2f5dc5da0..67b74d381 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,5 +1,9 @@ 2001-03-03 Marius Vollmer + * tests/syntax.test ("duplicate formals"): New category, move + appropriate tests here. Expect them to pass. + ("empty parentheses"): Expect to pass, bug has been fixed. + * tests/alist.test: Use "'()" instead of "()" in all places where the empty list is meant. @@ -19,6 +23,7 @@ related to evaluation and application to tests/eval.test. * tests/exceptions.test: Added some test cases that check guile's + exception handling. 2001-03-01 Dirk Herrmann