pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-30
2000-03-30 20:05:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7612336ad9777ca3b951b76358bd17d7acbe87c6 (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Missing the type before ... is now an error.
Rev: src/testsuite.in:1.292
1:
-
test_true([["$Id: testsuite.in,v 1.
291
2000/03/30
19
:
43
:
01
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
292
2000/03/30
20
:
05
:
24
grubba Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
130:
mapping(int:string) foo = ([FOO: "foo"]); ]])
-
test_compile_
any
([[
+
test_compile_
error
([[
function(...:int) foo; ]]);
-
test_compile_
any
([[
+
test_compile_
error
([[
function(,...:int) foo; ]]);
-
test_compile_
any
([[
+
test_compile_
error
([[
function(string,...:int) foo; ]]);