pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2015-12-14
2015-12-14 14:06:41 by Martin Nilsson <nilsson@fastmail.com>
128380196a2fbc1ddcc848c9133b91a9ccc152fb (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Added test for callablep on recursive array.
10629:
test_false( callablep( 7 ) ) test_true( callablep( ({ ({ 0, 1, time }) }) ) ) test_false( callablep( ({ ({ 0, "" }) }) ) )
+
test_any([[
+
array a = ({ 0, 0 });
+
a[1] = 1;
+
return callablep(a);
+
]], 1)
-
+
// - cd // - ceil