pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-27
1999-11-27 14:48:25 by Martin Stjernholm <mast@lysator.liu.se>
9847f11c57556b20cd91766d81ec3d0e85b04d30 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Some strange type bug..
Rev: src/testsuite.in:1.241
1:
-
test_true([["$Id: testsuite.in,v 1.
240
1999/11/27
13
:
59
:
17
mast Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
241
1999/11/27
14
:
48
:
25
mast Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
80:
return typeof(f(1)); ]], "int")
+
test_compile_any([[
+
constant FOO = 0;
+
mapping(int:string) foo = ([FOO: "foo"]);
+
]])
+
test_any([[return class Z { string bonk() { return "oiff"; }