pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:24:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f348ed9b5c9bf05b5a03e936cb6dae3fafee76d6 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Testsuite: Fixed typo.
10469:
test_false( callablep(String.Buffer()) ) test_true( callablep( ({}) ) ) test_true( callablep( ({ 0,0 }) ) )
-
test_
treu
( callablep( ({ 0,1 }) ) )
+
test_
true
( callablep( ({ 0,1 }) ) )
test_true( callablep( ({ time }) ) ) test_true( callablep( ({ time, 0 }) ) ) test_false( callablep( ({ "a", time }) ) )