diff --git a/src/testsuite.in b/src/testsuite.in index 3f9f1bc87ac70dc6c6f75d19286657ae539437a0..1f07c0322d390154fd892fb367b96de7b184ad9f 100644 --- a/src/testsuite.in +++ b/src/testsuite.in @@ -1,4 +1,4 @@ -stest_true([["$Id: testsuite.in,v 1.108 1998/05/16 09:10:55 hubbe Exp $"]]) +stest_true([["$Id: testsuite.in,v 1.109 1998/05/16 10:09:18 hubbe Exp $"]]) cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals()) @@ -1265,7 +1265,7 @@ test_eq([[(string)1]],[["1"]]) test_equal([[(array)(["1":1])]],[[ ({ ({"1", 1}) }) ]]) test_equal([[(array(int)) ({"1","4711",2.0,4})]],[[({1,4711,2,4})]]) test_equal([[(array(array))({({})})]],[[({({})})]]) -test_equal([[ (array(array(int)))) ({ ({"1","4711",2.0,4}) }) ]],[[ ({ ({1,4711,2,4}) }) ]]) +test_equal([[ (array(array(int))) ({ ({"1","4711",2.0,4}) }) ]],[[ ({ ({1,4711,2,4}) }) ]]) test_equal([[(array)"foo"]],[[ values("foo") ]]) test_equal([[(array)(<1,2,3>)]],[[ indices( (<1,2,3>) )]])