pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-12-08
1999-12-08 16:27:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ffb7fe1044ca0be1d562989da08a424d30447ed2 (
12
lines) (+
11
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added a few more tests for the standard defines.
Rev: src/testsuite.in:1.250
1:
-
test_true([["$Id: testsuite.in,v 1.
249
1999/12/08
11
:
31
:
43
noring
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
250
1999/12/08
16
:
27
:
20
grubba
Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
108:
return typeof(values(foo)); ]], "array(string)")
+
test_any([[mapping(string:int) foo;
+
array(string) bar;
+
return typeof(rows(foo, bar)); ]],
+
"array(int)")
+
test_compile_any([[ constant FOO = 0; mapping(int:string) foo = ([FOO: "foo"]);
2568:
test_true(stringp(__FILE__)) test_true(stringp(__DATE__)) test_true(stringp(__TIME__))
+
test_true(floatp(__VERSION__))
+
test_true(intp(__MAJOR__))
+
test_true(intp(__MINOR__))
+
test_true(intp(__BUILD__))
// #define test_any([[