pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-16
1998-05-16 10:09:18 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
4234be0984cf8095eb7e379f3741a242cfeae54b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
oops
Rev: src/testsuite.in:1.109
1:
-
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:
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>) )]])