fix failing macro-as-parameter tests in eval.test
authorAndy Wingo <wingo@pobox.com>
Wed, 20 May 2009 16:11:23 +0000 (18:11 +0200)
committerAndy Wingo <wingo@pobox.com>
Wed, 20 May 2009 16:11:23 +0000 (18:11 +0200)
commit8bb0b3cc9d582c48ed6cb5d123168ffd27ac7cf8
tree41092d86af75fdfc2ff794b4026fae8618bfc240
parent68623e8e7883077dbb26521fe6d9c185df3138ce
fix failing macro-as-parameter tests in eval.test

* module/ice-9/psyntax.scm (chi-lambda-clause): Strip the docstring
  before passing it on to the continuation.

* module/ice-9/psyntax-pp.scm: Regenerated.

* test-suite/tests/eval.test (exception:failed-match): New exception, for
  syntax-case failed matches.
  ("evaluator"): Fix macro-as-parameter tests. They pass now :)
module/ice-9/psyntax-pp.scm
module/ice-9/psyntax.scm
test-suite/tests/eval.test