pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2005-02-18
2005-02-18 13:54:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9d3a7acf01dbd7c98edd3f255a45a400fea4c1cb (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added test of implicit lambda.
Rev: src/testsuite.in:1.752
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
751
2005/
01
/
17
15
:
36
:
32
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
752
2005/
02
/
18
13
:
54
:
04
grubba Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
366:
})) ]], [[ "function(string : string)" ]])
+
// Test implicit lambda.
+
test_eq([[
+
`()(){ return 1; }
+
]], 1)
+
// Argument checking // Test get_all_args.