pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-03-20
2001-03-20 12:48:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>
43acdb185031f68e22388508d45f65f1f5da6926 (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
More tests.
Rev: src/testsuite.in:1.396
1:
-
test_true([["$Id: testsuite.in,v 1.
395
2001/03/
17
06
:
25
:
58
hubbe
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
396
2001/03/
20
12
:
48
:
23
grubba
Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
1584:
return x; ]], 11)
+
test_any([[
+
int x;
+
for(int i=5; i < 10; i++) x++;
+
return x;
+
]], 5)
+
test_true([[lambda(function f) {return 1;}(object_program(this_object()));]]) test_eq([[class c { int `()(){ return 4711; } }()(); ]],4711) teste_eval_error(mixed foo=({}); sort(@foo); )