* 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
This commit is contained in:
sam 2003-09-26 01:27:04 +00:00
parent 8865c1ea8f
commit 42d750b896
1 changed files with 1 additions and 0 deletions

View File

@ -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)))