pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-01-25
2001-01-25 09:41:08 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
18b0a80dc97091508680dcf5240c3432cc785c42 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
test for @
Rev: src/testsuite.in:1.379
1:
-
test_true([["$Id: testsuite.in,v 1.
378
2001/01/
23
06
:
08
:
20
hubbe Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
379
2001/01/
25
09
:
41:
08 hubbe Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
4252:
test_equal(({1,2,3}),lambda(mixed ... x) { return x; }(@a())) test_equal("foo"/"",lambda(mixed ... x) { return x; }(@a())) test_any([[array a=({1,2,3}); return lambda(mixed ... x) { return x; }(@a) !=a]],1)
+
test_any([[array z=({lambda(mixed x){return x;},17});return `()(@z);]],17)
// testing += test_any(int a=1; a+=10; return a,11)