From 71de075f2aba56a1ab4e6cccb409ca3a112209ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 2 Oct 2000 12:28:15 +0200 Subject: [PATCH] Oops, bugfix. Rev: src/testsuite.in:1.339 --- src/testsuite.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testsuite.in b/src/testsuite.in index 095dca0464..a99680049a 100644 --- a/src/testsuite.in +++ b/src/testsuite.in @@ -1,4 +1,4 @@ -test_true([["$Id: testsuite.in,v 1.338 2000/10/01 17:13:57 grubba Exp $"]]); +test_true([["$Id: testsuite.in,v 1.339 2000/10/02 10:28:15 grubba Exp $"]]); cond([[all_constants()->_verify_internals]], [[ @@ -5549,7 +5549,7 @@ test_equal(`+(({1,2,3}),({4,5,6})),({1,2,3,4,5,6})) test_equal(`+((<1,2,3,4>),(<4,5,6>)),(<1,2,3,4,4,5,6>)) test_equal(`+(([0:1,3:6]),([5:2,3:6])),([0:1,3:6,3:6,5:2])) -test_any((1+2+3)-(1+2-3), 6) +test_any(return((1+2+3)-(1+2-3)), 6) // - this_object test_true(objectp(this_object())) -- GitLab