Branch: Tag:

1999-11-20

1999-11-20 12:43:19 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

added do...break...while(0) test

Rev: src/testsuite.in:1.230

1: - test_true([["$Id: testsuite.in,v 1.229 1999/11/18 10:13:16 hubbe Exp $"]]) + test_true([["$Id: testsuite.in,v 1.230 1999/11/20 12:43:19 mirar Exp $"]])      cond([[all_constants()->_verify_internals]],   [[
878:      test_any([[function f=random_seed; int t; foreach(allocate(1),t) f(t); return 1;]],1)   test_compile([[while(0)if(0)continue;else;]]) + test_compile([[do { break; } while (0);]])   test_program([[int b=1,c; int a() { c=b+2; return c==3; }]])   test_true([[ ("foobar"/"o") & ({ "foo" }) ]])   test_any([[ array a="foo bar"/" "; return sizeof(a & ({"foo"}))]],1)