pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-12-09
1999-12-09 17:23:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0893caee163197d1c664aaec1594b1b28c1177a6 (
10
lines) (+
9
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added a compiler test suggested by marcus.
Rev: src/testsuite.in:1.251
1:
-
test_true([["$Id: testsuite.in,v 1.
250
1999/12/
08
16
:
27
:
20
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
251
1999/12/
09
17
:
23
:
45
grubba Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
148:
test_any([[ mapping m=([]); m[m]=m; return stringp(sprintf("%O",m)); ]],1) test_compile_error([[
+
static function foo(string ...:object);
+
int bar()
+
{
+
return 17;
+
}
+
]])
+
test_compile_error([[
array a; a = path_info[..(sizeof(path_info)-2]*"/"; ]])