From 8aed34ddddc314238e5449121dc5ba1e81c7f758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Thu, 22 Dec 2016 08:07:22 +0100 Subject: [PATCH] tests: universe: add signed zero to *floats* --- src/tests/universe.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/universe.lisp b/src/tests/universe.lisp index 223c50d70..87d213192 100644 --- a/src/tests/universe.lisp +++ b/src/tests/universe.lisp @@ -111,7 +111,7 @@ long-float-negative-epsilon) when (boundp sym) collect (symbol-value sym)) (list - 0.0 1.0 -1.0 313123.13 283143.231 -314781.9 + 0.0 -0.0 1.0 -1.0 313123.13 283143.231 -314781.9 1.31283d2 834.13812D-45 8131238.1E14 -4618926.231e-2 -37818.131F3 81.318231f-19