Branch: Tag:

2001-01-25

2001-01-25 09:41:08 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

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)