pike.git
/
src
/
testsuite.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/testsuite.in:13520:
test_object_sprintf("G") test_object_sprintf("F") test_object_sprintf("O") test_object_sprintf("s") test_object_sprintf("q") test_do(add_constant("OBJ")) dnl / : ; ^ _ > hasn't been tested test_eval_error(return sprintf("%d");)
-
test_any([[
+
test_any
_equal
([[
class A { object true = Val.true; object false = Val.false; object null = Val.null; }; object a = A();
-
return
objectp
(
a->type) && objectp
(a
->false
)
&&
objectp
(a->null
);
-
]], 1)
+
return
map
(
values
(a)
,
objectp);
+
]],
({
1
, 1, 1 }
)
)
END_MARKER