~ chicken-core (chicken-5) 22400d2d7d6a7d04a620c6cfa4271d198d04b562


commit 22400d2d7d6a7d04a620c6cfa4271d198d04b562
Author:     Peter Bex <Peter.Bex@xs4all.nl>
AuthorDate: Sun Sep 19 20:31:11 2010 +0200
Commit:     Peter Bex <Peter.Bex@xs4all.nl>
CommitDate: Sun Sep 19 20:31:11 2010 +0200

    Get rid of accidentally committed comment characters that comment out half the syntax-tests.scm testcases (introduced by my patch of #385)

diff --git a/tests/syntax-tests.scm b/tests/syntax-tests.scm
index 53f77dc2..cf352365 100644
--- a/tests/syntax-tests.scm
+++ b/tests/syntax-tests.scm
@@ -22,7 +22,6 @@
 (t 3 3)
 
 (f abc)
-#|
 (f (t 3 4))
 
 ;; test syntax-rules
@@ -478,7 +477,7 @@
 
 (import (prefix rfoo f:))
 (f:rbar 1)
-|#
+
 ;;; SRFI-26
 
 ;; Cut
Trap