Skip to content
Snippets Groups Projects
Commit 4234be09 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

oops

Rev: src/testsuite.in:1.109
parent f84d6ff8
No related branches found
No related tags found
No related merge requests found
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]], cond([[all_constants()->_verify_internals]],
[[ [[
test_do(_verify_internals()) test_do(_verify_internals())
...@@ -1265,7 +1265,7 @@ test_eq([[(string)1]],[["1"]]) ...@@ -1265,7 +1265,7 @@ test_eq([[(string)1]],[["1"]])
test_equal([[(array)(["1":1])]],[[ ({ ({"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(int)) ({"1","4711",2.0,4})]],[[({1,4711,2,4})]])
test_equal([[(array(array))({({})})]],[[({({})})]]) 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)"foo"]],[[ values("foo") ]])
test_equal([[(array)(<1,2,3>)]],[[ indices( (<1,2,3>) )]]) test_equal([[(array)(<1,2,3>)]],[[ indices( (<1,2,3>) )]])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment