~ chicken-core (chicken-5) 77f3c449139a43f8c02f2f38178d3ba5c18ec9ca


commit 77f3c449139a43f8c02f2f38178d3ba5c18ec9ca
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Wed May 9 11:39:52 2012 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Wed May 9 11:39:52 2012 +0200

    added Windows-specific test-result for one numbers-string-conversion case

diff --git a/tests/numbers-string-conversion-tests.scm b/tests/numbers-string-conversion-tests.scm
index 09d8ee8f..505132a5 100644
--- a/tests/numbers-string-conversion-tests.scm
+++ b/tests/numbers-string-conversion-tests.scm
@@ -209,7 +209,7 @@
  ("-1/2" (- (/ 1 2)) "-0.5" "-.5" "-500.0e-3")
  ("1/-2" #f)
  ("10/0" +inf.0 "+inf.0")
- ("0/10" 0.0 "0.0")
+ ("0/10" 0.0 "0.0" "0.")
  ("#e0/10" 0 "0")
  ("#e1#/2" 5 "5")
  ("#e1/2#" #f)
Trap