summaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2001-03-03 17:30:52 +0000
committerMarius Vollmer <mvo@zagadka.de>2001-03-03 17:30:52 +0000
commit97d41e3e07597eb2ffffd2f143ec813a7a1a4bb8 (patch)
tree30a8e34451875dea4f841fff60b862db90b47179 /test-suite
parent1c54a87cb24661d21b371d4f4eb88fef23d7ac1b (diff)
downloadguile-97d41e3e07597eb2ffffd2f143ec813a7a1a4bb8.tar.gz
*** empty log message ***
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <mvo@zagadka.ping.de>
+ * 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 <D.Herrmann@tu-bs.de>