pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-20
1999-11-20 12:43:19 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
c05f7c7a70f97b724b193820815f53196721040c (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
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)