pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2013-12-14
2013-12-14 16:52:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ca20650394a6eedff22bbd1e7d82294ec1de347b (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
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 }) ) )