pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-12-05
1999-12-05 21:45:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f600915578e393b296c12e82e1940d7740392ca9 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/testsuite.in:1.246
1:
-
test_true([["$Id: testsuite.in,v 1.
245
1999/12/05 21:
44
:
20
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
246
1999/12/05 21:
45
:
27
grubba Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
97:
return typeof(foo[0]); ]], "string")
-
test_any([[class Foo {
string
_indices() {return (
{""}
);} };
+
test_any([[class Foo {
array(int)
_indices() {return (
{0}
);} };
object(Foo) foo; return typeof(indices(foo)); ]],
-
"array(
string
)")
+
"array(
int
)")
test_any([[class Foo { array(string) _values() {return ({""});} }; object(Foo) foo;