Branch: Tag:

1997-03-01

1997-03-01 03:30:49 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

test for `() added

Rev: src/testsuite.in:1.32

1: - test_true([["$Id: testsuite.in,v 1.31 1997/02/27 14:25:07 hubbe Exp $"]]) + test_true([["$Id: testsuite.in,v 1.32 1997/03/01 03:30:49 hubbe Exp $"]]) + test_eq([[class { int `()(){ return 4711; } }()(); ]],4711)   teste_eval_error(mixed foo=({}); sort(@foo); )   test_compile_error([[int foo() { return 1} ; constant foo=(["foo":foo]); return foo->foo();]])   test_eval_error(mixed *foo=({}); return mkmapping(foo,({1})); )