From 42d750b8961c033a89d39b6d47832cd3193a2d01 Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 26 Sep 2003 01:27:04 +0000 Subject: [PATCH] * Updated Aubrey's r4rs conformance test which now features my suggestion. git-svn-id: svn://svn.zoy.org/elk/trunk@190 55e467fa-43c5-0310-a8a2-de718669efc6 --- examples/tests/r4rstest.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/tests/r4rstest.scm b/examples/tests/r4rstest.scm index 7938424..56e94ef 100644 --- a/examples/tests/r4rstest.scm +++ b/examples/tests/r4rstest.scm @@ -591,6 +591,7 @@ (newline) (SECTION 6 2) (test #f eqv? 1 f1.0) + (test #f eqv? 0 f0.0) (SECTION 6 5 5) (test #t inexact? f3.9) (test #t 'inexact? (inexact? (max f3.9 4)))