From f09afa045f22dc24880316083a1c80c3eeafee91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sat, 21 Oct 2000 18:29:20 +0200 Subject: [PATCH] More double-friendly... Rev: src/testsuite.in:1.343 --- src/testsuite.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testsuite.in b/src/testsuite.in index 5d5174c4c8..5756e744c2 100644 --- a/src/testsuite.in +++ b/src/testsuite.in @@ -1,4 +1,4 @@ -test_true([["$Id: testsuite.in,v 1.342 2000/10/21 13:16:06 grubba Exp $"]]); +test_true([["$Id: testsuite.in,v 1.343 2000/10/21 16:29:20 grubba Exp $"]]); cond([[all_constants()->_verify_internals]], [[ @@ -1135,7 +1135,7 @@ test_encode(1.0) test_encode(-1.0) test_encode(12.0) test_encode(100000.0) -test_encode(3.1415863037109375) +test_encode(3.1875) test_encode(0.0000019073486328125) test_encode(({})) test_encode(([])) -- GitLab