Branch: Tag:

1999-01-29

1999-01-29 12:30:35 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

more tests..

Rev: src/testsuite.in:1.141

1: - stest_true([["$Id: testsuite.in,v 1.140 1999/01/24 12:00:41 hubbe Exp $"]]) + stest_true([["$Id: testsuite.in,v 1.141 1999/01/29 12:30:35 hubbe Exp $"]])   cond([[all_constants()->_verify_internals]],   [[    test_do(_verify_internals())
51:   test_any([[ int a,b; [ [a],b]=({ ({ 1 }) ,2}); return a]],1)   test_any([[ int a,b; [ [a],b]=({ ({ 1 }) ,2}); return b]],2)   test_compile_error([[ default ; ]]) + test_compile_error([[ 0999; ]])   test_compile_error([[ int a,b; [a,b]++; ]])   test_compile_error([[   array(int) x;