pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2006-03-04
2006-03-04 15:02:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
414ab9a5fa66ef5bd905fd38f51ca09e056a03ce (
14
lines) (+
13
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added test for LysLysKOM 14189033.
Rev: src/testsuite.in:1.764
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
763
2006/03/
02
10
:
53
:
14
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
764
2006/03/
04
15
:
02
:
49
grubba Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
282:
return zero; ]], 0);
+
test_any([[
+
// LysLysKOM 14189033
+
int i;
+
for (i = 0; i < 4; i++) {
+
sscanf("", "%d", int test);
+
if (test) return test;
+
test = i+1;
+
}
+
return 0;
+
]], 0)
+
dnl FIXME: Add test that local and local:: in combination dnl with recursion works correctly.